RSAPublicKey constructor

RSAPublicKey(
  1. BigInt modulus,
  2. BigInt exponent
)

Implementation

RSAPublicKey(this.modulus, this.exponent);