DHPrivateKey

This class represents Diffie-Hellman private keys.

Constructors

this
this(AlgorithmIdentifier alg_id, SecureVector!ubyte key_bits, RandomNumberGenerator rng)

Load a DH private key

this
this(RandomNumberGenerator rng, DLGroup grp, BigInt x_arg)

Construct a private key with predetermined value.

this
this(PrivateKey pkey)
Undocumented in source.

Members

Aliases

Options
alias Options = DHOptions
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
DLSchemePrivateKey m_priv;
Undocumented in source.

Meta