RSAExt constructor

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

Implementation

RSAExt({super.publicKey, super.privateKey});