|
Crypto++
5.6.5
Free C++ class library of cryptographic schemes
|
Elliptic Curve Parameters. More...
Inheritance diagram for DL_GroupParameters_EC< EC >:Public Types | |
| typedef EC | EllipticCurve |
| typedef EllipticCurve::Point | Point |
| typedef Point | Element |
| typedef IncompatibleCofactorMultiplication | DefaultCofactorOption |
Public Types inherited from DL_GroupParametersImpl< EcPrecomputation< EC > > | |
| typedef EcPrecomputation< EC > | GroupPrecomputation |
| typedef GROUP_PRECOMP::Element | Element |
| typedef DL_FixedBasePrecomputationImpl< typename GROUP_PRECOMP::Element > | BasePrecomputation |
Public Types inherited from DL_GroupParameters< typename GROUP_PRECOMP::Element > | |
| typedef typename GROUP_PRECOMP::Element | Element |
Public Member Functions | |
| DL_GroupParameters_EC (const OID &oid) | |
| DL_GroupParameters_EC (const EllipticCurve &ec, const Point &G, const Integer &n, const Integer &k=Integer::Zero()) | |
| DL_GroupParameters_EC (BufferedTransformation &bt) | |
| void | Initialize (const EllipticCurve &ec, const Point &G, const Integer &n, const Integer &k=Integer::Zero()) |
| void | Initialize (const OID &oid) |
| bool | GetVoidValue (const char *name, const std::type_info &valueType, void *pValue) const |
| Get a named value. More... | |
| void | AssignFrom (const NameValuePairs &source) |
| Assign values to this object. More... | |
| void | GenerateRandom (RandomNumberGenerator &rng, const NameValuePairs &alg) |
| this implementation doesn't actually generate a curve, it just initializes the parameters with existing values More... | |
| const DL_FixedBasePrecomputation< Element > & | GetBasePrecomputation () const |
| DL_FixedBasePrecomputation< Element > & | AccessBasePrecomputation () |
| Retrieves the group precomputation. More... | |
| const Integer & | GetSubgroupOrder () const |
| Integer | GetCofactor () const |
| bool | ValidateGroup (RandomNumberGenerator &rng, unsigned int level) const |
| Check the group for errors. More... | |
| bool | ValidateElement (unsigned int level, const Element &element, const DL_FixedBasePrecomputation< Element > *precomp) const |
| bool | FastSubgroupCheckAvailable () const |
| void | EncodeElement (bool reversible, const Element &element, byte *encoded) const |
| virtual unsigned int | GetEncodedElementSize (bool reversible) const |
| Retrieves the encoded element's size. More... | |
| Element | DecodeElement (const byte *encoded, bool checkForGroupMembership) const |
| Decodes the element. More... | |
| Integer | ConvertElementToInteger (const Element &element) const |
| Integer | GetMaxExponent () const |
| bool | IsIdentity (const Element &element) const |
| void | SimultaneousExponentiate (Element *results, const Element &base, const Integer *exponents, unsigned int exponentsCount) const |
| OID | GetAlgorithmID () const |
| Element | MultiplyElements (const Element &a, const Element &b) const |
| Element | CascadeExponentiate (const Element &element1, const Integer &exponent1, const Element &element2, const Integer &exponent2) const |
| void | BERDecode (BufferedTransformation &bt) |
| void | DEREncode (BufferedTransformation &bt) const |
| void | SetPointCompression (bool compress) |
| bool | GetPointCompression () const |
| void | SetEncodeAsOID (bool encodeAsOID) |
| bool | GetEncodeAsOID () const |
| const EllipticCurve & | GetCurve () const |
| bool | operator== (const ThisClass &rhs) const |
Public Member Functions inherited from DL_GroupParametersImpl< EcPrecomputation< EC > > | |
| const DL_GroupPrecomputation< Element > & | GetGroupPrecomputation () const |
| Retrieves the group precomputation. More... | |
| const DL_FixedBasePrecomputation< Element > & | GetBasePrecomputation () const |
| Retrieves the group precomputation. More... | |
| DL_FixedBasePrecomputation< Element > & | AccessBasePrecomputation () |
| Retrieves the group precomputation. More... | |
Public Member Functions inherited from DL_GroupParameters< typename GROUP_PRECOMP::Element > | |
| bool | Validate (RandomNumberGenerator &rng, unsigned int level) const |
| Check this object for errors. More... | |
| bool | GetVoidValue (const char *name, const std::type_info &valueType, void *pValue) const |
| Get a named value. More... | |
| bool | SupportsPrecomputation () const |
| Determines whether the object supports precomputation. More... | |
| void | Precompute (unsigned int precomputationStorage=16) |
| Perform precomputation. More... | |
| void | LoadPrecomputation (BufferedTransformation &storedPrecomputation) |
| Retrieve previously saved precomputation. More... | |
| void | SavePrecomputation (BufferedTransformation &storedPrecomputation) const |
| Save precomputation for later use. More... | |
| virtual const Element & | GetSubgroupGenerator () const |
| Retrieves the subgroup generator. More... | |
| virtual void | SetSubgroupGenerator (const Element &base) |
| Set the subgroup generator. More... | |
| virtual Element | ExponentiateBase (const Integer &exponent) const |
| Retrieves the subgroup generator. More... | |
| virtual Element | ExponentiateElement (const Element &base, const Integer &exponent) const |
| Exponentiates an element. More... | |
| virtual const Integer & | GetSubgroupOrder () const=0 |
| Retrieves the subgroup order. More... | |
| virtual Integer | GetMaxExponent () const=0 |
| Retrieves the maximum exponent for the group. More... | |
| virtual Integer | GetGroupOrder () const |
| Retrieves the order of the group. More... | |
| virtual Integer | GetCofactor () const |
| Retrieves the cofactor. More... | |
| virtual void | EncodeElement (bool reversible, const Element &element, byte *encoded) const=0 |
| Encodes the element. More... | |
| virtual Integer | ConvertElementToInteger (const Element &element) const=0 |
| Converts an element to an Integer. More... | |
| virtual bool | ValidateElement (unsigned int level, const Element &element, const DL_FixedBasePrecomputation< Element > *precomp) const=0 |
| Check the element for errors. More... | |
| virtual bool | FastSubgroupCheckAvailable () const=0 |
| virtual bool | IsIdentity (const Element &element) const=0 |
| Determines if an element is an identity. More... | |
| virtual void | SimultaneousExponentiate (Element *results, const Element &base, const Integer *exponents, unsigned int exponentsCount) const=0 |
| Exponentiates a base to multiple exponents. More... | |
Public Member Functions inherited from GeneratableCryptoMaterial | |
| void | GenerateRandomWithKeySize (RandomNumberGenerator &rng, unsigned int keySize) |
| Generate a random key or crypto parameters. More... | |
Public Member Functions inherited from CryptoMaterial | |
| virtual void | ThrowIfInvalid (RandomNumberGenerator &rng, unsigned int level) const |
| Check this object for errors. More... | |
| virtual void | Save (BufferedTransformation &bt) const |
| Saves a key to a BufferedTransformation. More... | |
| virtual void | Load (BufferedTransformation &bt) |
| Loads a key from a BufferedTransformation. More... | |
| virtual bool | SupportsPrecomputation () const |
| Determines whether the object supports precomputation. More... | |
| void | DoQuickSanityCheck () const |
| Perform a quick sanity check. More... | |
Public Member Functions inherited from NameValuePairs | |
| template<class T > | |
| bool | GetThisObject (T &object) const |
| Get a copy of this object or subobject. More... | |
| template<class T > | |
| bool | GetThisPointer (T *&ptr) const |
| Get a pointer to this object. More... | |
| template<class T > | |
| bool | GetValue (const char *name, T &value) const |
| Get a named value. More... | |
| template<class T > | |
| T | GetValueWithDefault (const char *name, T defaultValue) const |
| Get a named value. More... | |
| std::string | GetValueNames () const |
| Get a list of value names that can be retrieved. More... | |
| bool | GetIntValue (const char *name, int &value) const |
| Get a named value with type int. More... | |
| int | GetIntValueWithDefault (const char *name, int defaultValue) const |
| Get a named value with type int, with default. More... | |
| template<class T > | |
| void | GetRequiredParameter (const char *className, const char *name, T &value) const |
| Retrieves a required name/value pair. More... | |
| void | GetRequiredIntParameter (const char *className, const char *name, int &value) const |
| Retrieves a required name/value pair. More... | |
Static Public Member Functions | |
| static std::string | StaticAlgorithmNamePrefix () |
| static OID | GetNextRecommendedParametersOID (const OID &oid) |
Static Public Member Functions inherited from NameValuePairs | |
| static void | ThrowIfTypeMismatch (const char *name, const std::type_info &stored, const std::type_info &retrieving) |
| Ensures an expected name and type is present. More... | |
Elliptic Curve Parameters.
| EC | elliptic curve field This class corresponds to the ASN.1 sequence of the same name in ANSI X9.62 and SEC 1. EC is currently defined for ECP and EC2N. |
Definition at line 31 of file eccrypto.h.
|
virtual |
Get a named value.
| name | the name of the object or value to retrieve |
| valueType | reference to a variable that receives the value |
| pValue | void pointer to a variable that receives the value |
Implements NameValuePairs.
Definition at line 468 of file eccrypto.cpp.
|
virtual |
Assign values to this object.
This function can be used to create a public key from a private key.
Implements CryptoMaterial.
Definition at line 485 of file eccrypto.cpp.
|
virtual |
this implementation doesn't actually generate a curve, it just initializes the parameters with existing values
parameters: (Curve, SubgroupGenerator, SubgroupOrder, Cofactor (optional)), or (GroupOID)
Reimplemented from GeneratableCryptoMaterial.
Definition at line 506 of file eccrypto.cpp.
|
inlinevirtual |
Retrieves the group precomputation.
Implements DL_GroupParameters< typename GROUP_PRECOMP::Element >.
Definition at line 69 of file eccrypto.h.
|
virtual |
Check the group for errors.
| rng | RandomNumberGenerator for objects which use randomized testing |
| level | level of thoroughness |
Implements DL_GroupParameters< typename GROUP_PRECOMP::Element >.
Definition at line 585 of file eccrypto.cpp.
|
inlinevirtual |
Retrieves the encoded element's size.
| reversible | flag indicating the encoding format |
Implements DL_GroupParameters< typename GROUP_PRECOMP::Element >.
Definition at line 82 of file eccrypto.h.
|
inlinevirtual |
Decodes the element.
| encoded | byte array with the encoded element |
| checkForGroupMembership | flag indicating if the element should be validated |
COUNTOF(encoded) == GetEncodedElementSize() Implements DL_GroupParameters< typename GROUP_PRECOMP::Element >.
Definition at line 89 of file eccrypto.h.