ECDSAPrivateKey

This class represents ECDSA Private Keys

Constructors

this
this(AlgorithmIdentifier alg_id, SecureVector!ubyte key_bits)

Load a private key

this
this(RandomNumberGenerator rng, ECGroup domain, BigInt x)

Generate a new private key

this
this(PrivateKey pkey)
Undocumented in source.

Members

Aliases

Options
alias Options = ECDSAOptions
Undocumented in source.

Mixins

__anonymous
mixin Embed!(m_priv, m_owned)
Undocumented in source.

Static variables

algoName
string algoName;
Undocumented in source.

Variables

m_owned
bool m_owned;
Undocumented in source.
m_priv
ECPrivateKey m_priv;
Undocumented in source.

Meta