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