Types
-
crypto
- Error CryptoError
-
The union of all the Crypto related errors
- KeyAlgorithm RSA
-
The key algorithms supported by the Crypto module.
- RsaPadding PKCS1 | OAEPwithMD5andMGF1 | OAEPWithSHA1AndMGF1 | OAEPWithSHA256AndMGF1 | OAEPwithSHA384andMGF1 | OAEPwithSHA512andMGF1
-
Padding algorithms supported with RSA encryption and decryption.