RSAAsymmetricKey constructor

RSAAsymmetricKey(
  1. BigInt? modulus,
  2. BigInt? exponent
)

Create an asymmetric key for the given domain parameters

Implementation

RSAAsymmetricKey(this.modulus, this.exponent);