Types -
crypto
- 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.
- $anonType$0 RSA
- $anonType$1 NONE
- $anonType$2 PKCS1
- $anonType$3 PKCS5
- $anonType$4 OAEPwithMD5andMGF1
- $anonType$5 OAEPWithSHA1AndMGF1
- $anonType$6 OAEPWithSHA256AndMGF1
- $anonType$7 OAEPwithSHA384andMGF1
- $anonType$8 OAEPwithSHA512andMGF1
- $anonType$9 {ballerina/crypto}Error