PublicKey interface
Represents the public key portion of an RSA asymmetric key.
exponent | Gets or sets the exponent for the public key. |
modulus | Gets or sets the modulus for the public key. |
Gets or sets the exponent for the public key.
exponent: number[]
Property Value
number[]
Gets or sets the modulus for the public key.
modulus: number[]
Property Value
number[]