|
| void | Initialize (const DL_GroupParameters_EC< EC > ¶ms, const Integer &x) |
| | Initialize an EC Private Key using {GP,x}.
|
| |
| void | Initialize (const EC &ec, const Element &G, const Integer &n, const Integer &x) |
| | Initialize an EC Private Key using {EC,G,n,x}.
|
| |
| void | Initialize (RandomNumberGenerator &rng, const DL_GroupParameters_EC< EC > ¶ms) |
| | Create an EC private key.
|
| |
| void | Initialize (RandomNumberGenerator &rng, const EC &ec, const Element &G, const Integer &n) |
| | Create an EC private key.
|
| |
| virtual void | MakePublicKey (DL_PublicKey_ECGDSA< EC > &pub) const |
| |
| virtual bool | GetVoidValue (const char *name, const std::type_info &valueType, void *pValue) const |
| |
| virtual void | AssignFrom (const NameValuePairs &source) |
| |
|
void | BERDecodePrivateKey (BufferedTransformation &bt, bool parametersPresent, size_t size) |
| |
|
void | DEREncodePrivateKey (BufferedTransformation &bt) const |
| |
| bool | Validate (RandomNumberGenerator &rng, unsigned int level) const |
| | Check this object for errors.
|
| |
| bool | GetVoidValue (const char *name, const std::type_info &valueType, void *pValue) const |
| | Get a named value.
|
| |
| void | AssignFrom (const NameValuePairs &source) |
| | Assign values to this object.
|
| |
| void | GenerateRandom (RandomNumberGenerator &rng, const NameValuePairs ¶ms) |
| | Generate a random key or crypto parameters.
|
| |
| bool | SupportsPrecomputation () const |
| | Determines whether the object supports precomputation.
|
| |
| void | Precompute (unsigned int precomputationStorage=16) |
| | Perform precomputation.
|
| |
| void | LoadPrecomputation (BufferedTransformation &storedPrecomputation) |
| | Retrieve previously saved precomputation.
|
| |
| void | SavePrecomputation (BufferedTransformation &storedPrecomputation) const |
| | Save precomputation for later use.
|
| |
| const DL_GroupParameters< Element > & | GetAbstractGroupParameters () const |
| | Retrieves abstract group parameters.
|
| |
| DL_GroupParameters< Element > & | AccessAbstractGroupParameters () |
| | Retrieves abstract group parameters.
|
| |
| const Integer & | GetPrivateExponent () const |
| | Retrieves the private exponent.
|
| |
| void | SetPrivateExponent (const Integer &x) |
| | Sets the private exponent.
|
| |
| void | BERDecodePrivateKey (BufferedTransformation &bt, bool, size_t) |
| | Decode privateKey part of privateKeyInfo.
|
| |
| void | DEREncodePrivateKey (BufferedTransformation &bt) const |
| | Encode privateKey part of privateKeyInfo.
|
| |
| void | MakePublicKey (DL_PublicKey< GP::Element > &pub) const |
| | Initializes a public key from this key.
|
| |
| bool | GetVoidValue (const char *name, const std::type_info &valueType, void *pValue) const |
| | Get a named value.
|
| |
| void | AssignFrom (const NameValuePairs &source) |
| | Initialize or reinitialize this key.
|
| |
| O | GetAlgorithmID () const |
| |
| bool | BERDecodeAlgorithmParameters (BufferedTransformation &bt) |
| |
| bool | DEREncodeAlgorithmParameters (BufferedTransformation &bt) const |
| |
| const GP & | GetGroupParameters () const |
| |
| GP & | AccessGroupParameters () |
| |
template<class EC>
class DL_PrivateKey_ECGDSA< EC >
Elliptic Curve German DSA key for ISO/IEC 15946.
- Template Parameters
-
- See also
- ECGDSA
- Since
- Crypto++ 6.0
Definition at line 418 of file eccrypto.h.