RsaPublicKey constructor Null safety

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

Implementation

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