KeyPair constructor

KeyPair({
  1. RSAPublicKey? publicKey,
  2. RSAPrivateKey? privateKey,
})

Implementation

KeyPair({this.publicKey, this.privateKey});