ElGamalPrivateKey

ElGamal Private Key

Constructors

this
this(RandomNumberGenerator rng, DLGroup grp, BigInt x_arg)
Undocumented in source.
this
this(AlgorithmIdentifier alg_id, SecureVector!ubyte key_bits, RandomNumberGenerator rng)
Undocumented in source.
this
this(PrivateKey pkey)
Undocumented in source.

Members

Aliases

Options
alias Options = ElGamalOptions
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