CryptoRSAPublicKey constructor Null safety

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

Implementation

CryptoRSAPublicKey(BigInt modulus, BigInt exponent)
    : super(modulus, exponent);