Enum DecryptDataDetails.EncryptionAlgorithm

  • All Implemented Interfaces:
    BmcEnum, Serializable, Comparable<DecryptDataDetails.EncryptionAlgorithm>
    Enclosing class:
    DecryptDataDetails

    public static enum DecryptDataDetails.EncryptionAlgorithm
    extends Enum<DecryptDataDetails.EncryptionAlgorithm>
    implements BmcEnum
    The encryption algorithm to use to encrypt or decrypt data with a customer-managed key.

    AES_256_GCM indicates that the key is a symmetric key that uses the Advanced Encryption Standard (AES) algorithm and that the mode of encryption is the Galois/Counter Mode (GCM). RSA_OAEP_SHA_1 indicates that the key is an asymmetric key that uses the RSA encryption algorithm and uses Optimal Asymmetric Encryption Padding (OAEP). RSA_OAEP_SHA_256 indicates that the key is an asymmetric key that uses the RSA encryption algorithm with a SHA-256 hash and uses OAEP.