GOST3410PublicKey

GOST-34.10 Public Key

Constructors

this
this(ECGroup dom_par, PointGFp public_point)

Construct a public key from a given public point.

this
this(AlgorithmIdentifier alg_id, SecureVector!ubyte key_bits)

Construct from X.509 algorithm id and subject public key bits

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

Members

Aliases

Options
alias Options = GOST3410Options
Undocumented in source.

Mixins

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

Static variables

algoName
auto algoName;
Undocumented in source.

Variables

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

Meta