Curve25519PrivateKey

This class represents Curve25519 Private Keys.

Constructors

this
this(RandomNumberGenerator rng)

Create a new Curve 25519 private key

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

Load an existing Curve 25519 private key

this
this(PrivateKey pkey)
Undocumented in source.

Members

Manifest constants

algoName
enum algoName;
Undocumented in source.

Mixins

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

Variables

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

Meta