Constants - crypto

  • RSA string RSA
  • The RSA algorithm

  • NONE string NONE
  • Represents no padding.

  • PKCS1 string PKCS1
  • The PKCS1 padding mode

  • PKCS5 string PKCS5
  • The PKCS5 padding mode

  • OAEPwithMD5andMGF1 string OAEPwithMD5andMGF1
  • The OAEPwithMD5andMGF1 padding mode

  • OAEPWithSHA1AndMGF1 string OAEPWithSHA1AndMGF1
  • The OAEPWithSHA1AndMGF1 padding mode

  • OAEPWithSHA256AndMGF1 string OAEPWithSHA256AndMGF1
  • The OAEPWithSHA256AndMGF1 padding mode

  • OAEPwithSHA384andMGF1 string OAEPwithSHA384andMGF1
  • The OAEPwithSHA384andMGF1 padding mode

  • OAEPwithSHA512andMGF1 string OAEPwithSHA512andMGF1
  • The OAEPwithSHA512andMGF1 padding mode

  • CRYPTO_ERROR string {ballerina/crypto}Error
  • Represents the Crypto error reason.