Pkcs1RsaPublicKey constructor

Pkcs1RsaPublicKey(
  1. BigInt modulus,
  2. BigInt exponent, [
  3. PubTextSource? source
])

Constructor.

Implementation

Pkcs1RsaPublicKey(this.modulus, this.exponent, [this.source]);