Types -
crypto
- KeyAlgorithm RSA
-
The key algorithms supported by crypto module.
- RsaPadding PKCS1 | OAEPwithMD5andMGF1 | OAEPWithSHA1AndMGF1 | OAEPWithSHA256AndMGF1 | OAEPwithSHA384andMGF1 | OAEPwithSHA512andMGF1
-
Padding algorithms supported with RSA encryption and decryption.