RSAKeyInfo

Undocumented in source.

Constructors

this
this(BigInt modulus, ubyte[] modulus_bytes, BigInt exponent, ubyte[] exponent_bytes)

Undocumented in source.

Members

Properties

exponent
BigInt exponent [@property getter]

Undocumented in source. Be warned that the author may not have intended to support it.

exponent_bytes
ubyte[] exponent_bytes [@property getter]

Undocumented in source. Be warned that the author may not have intended to support it.

modulus
BigInt modulus [@property getter]

Undocumented in source. Be warned that the author may not have intended to support it.

modulus_bytes
ubyte[] modulus_bytes [@property getter]

Undocumented in source. Be warned that the author may not have intended to support it.

Meta