DHPublicKey

This class represents Diffie-Hellman public keys.

Constructors

this
this(AlgorithmIdentifier alg_id, SecureVector!ubyte key_bits)
Undocumented in source.
this
this(DLGroup grp, BigInt y1)

Construct a public key with the specified parameters.

this
this(PublicKey pkey)
Undocumented in source.
this
this(PrivateKey pkey)
Undocumented in source.

Members

Aliases

Options
alias Options = DHOptions
Undocumented in source.

Mixins

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

Static variables

algoName
string algoName;
Undocumented in source.

Variables

m_owned
bool m_owned;
Undocumented in source.
m_pub
DLSchemePublicKey m_pub;
Undocumented in source.

Meta