Pkcs1RsaPublicKey constructor Null safety
- BigInt modulus,
- BigInt exponent,
- [PubTextSource? source]
Constructor.
Implementation
Pkcs1RsaPublicKey(this.modulus, this.exponent, [this.source]);
Constructor.
Pkcs1RsaPublicKey(this.modulus, this.exponent, [this.source]);