RSAPublicKey constructor

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

Create an RSA public key for the given parameters.

Implementation

RSAPublicKey(BigInt super.modulus, BigInt super.exponent);