GOST3410PrivateKey

GOST-34.10 Private Key

Constructors

this
this(AlgorithmIdentifier alg_id, SecureVector!ubyte key_bits)
Undocumented in source.
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 = GOST3410Options
Undocumented in source.

Mixins

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

Static variables

algoName
auto algoName;
Undocumented in source.

Variables

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

Meta