RSA constructor

RSA({
  1. RSAPublicKey? publicKey,
  2. RSAPrivateKey? privateKey,
  3. RSAEncoding encoding = RSAEncoding.PKCS1,
  4. RSADigest digest = RSADigest.SHA1,
})

Implementation

RSA({super.publicKey, super.privateKey, super.encoding, super.digest});