Uses of Class
com.oracle.bmc.keymanagement.model.DecryptedData.EncryptionAlgorithm
-
Packages that use DecryptedData.EncryptionAlgorithm Package Description com.oracle.bmc.keymanagement.model -
-
Uses of DecryptedData.EncryptionAlgorithm in com.oracle.bmc.keymanagement.model
Methods in com.oracle.bmc.keymanagement.model that return DecryptedData.EncryptionAlgorithm Modifier and Type Method Description static DecryptedData.EncryptionAlgorithm
DecryptedData.EncryptionAlgorithm. create(String key)
DecryptedData.EncryptionAlgorithm
DecryptedData. getEncryptionAlgorithm()
The encryption algorithm to use to encrypt and 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).static DecryptedData.EncryptionAlgorithm
DecryptedData.EncryptionAlgorithm. valueOf(String name)
Returns the enum constant of this type with the specified name.static DecryptedData.EncryptionAlgorithm[]
DecryptedData.EncryptionAlgorithm. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.keymanagement.model with parameters of type DecryptedData.EncryptionAlgorithm Modifier and Type Method Description DecryptedData.Builder
DecryptedData.Builder. encryptionAlgorithm(DecryptedData.EncryptionAlgorithm encryptionAlgorithm)
The encryption algorithm to use to encrypt and 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).Constructors in com.oracle.bmc.keymanagement.model with parameters of type DecryptedData.EncryptionAlgorithm Constructor Description DecryptedData(String plaintext, String plaintextChecksum, String keyId, String keyVersionId, DecryptedData.EncryptionAlgorithm encryptionAlgorithm)
Deprecated.
-