RSA constructor
RSA({
- RSAPublicKey? publicKey,
- RSAPrivateKey? privateKey,
- RSAEncoding encoding = RSAEncoding.PKCS1,
- RSADigest digest = RSADigest.SHA1,
Implementation
RSA({super.publicKey, super.privateKey, super.encoding, super.digest});