botan v1.12.5 (2016-04-07T22:31:19Z)
Dub
Repo
RSAPublicKey.this
botan
pubkey
algo
rsa
RSAPublicKey
Create a RSAPublicKey @arg n the modulus @arg e the exponent
this
(AlgorithmIdentifier alg_id, SecureVector!ubyte key_bits)
this
(BigInt n, BigInt e)
struct
RSAPublicKey
this
(
BigInt
n
,
BigInt
e
)
this
(PrivateKey pkey)
this
(PublicKey pkey)
Meta
Source
See Implementation
botan
pubkey
algo
rsa
RSAPublicKey
aliases
Options
constructors
this
mixins
__anonymous
static variables
algoName
variables
m_owned
m_pub
Create a RSAPublicKey @arg n the modulus @arg e the exponent