CryptoRSAPublicKey constructor Null safety
- BigInt modulus,
- BigInt exponent
Implementation
CryptoRSAPublicKey(BigInt modulus, BigInt exponent)
: super(modulus, exponent);
CryptoRSAPublicKey(BigInt modulus, BigInt exponent)
: super(modulus, exponent);