RSAPublicKey

RSA Public Key

Constructors

this
this(AlgorithmIdentifier alg_id, SecureVector!ubyte key_bits)
Undocumented in source.
this
this(BigInt n, BigInt e)

Create a RSAPublicKey @arg n the modulus @arg e the exponent

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

Members

Aliases

Options
alias Options = RSAOptions
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
IFSchemePublicKey m_pub;
Undocumented in source.

Meta