RSAKey constructor

RSAKey([
  1. BigInt e,
  2. BigInt n
])

Implementation

RSAKey([this.e, this.n]);