Uses of Class
com.oracle.bmc.keymanagement.model.DecryptDataDetails.EncryptionAlgorithm
-
Packages that use DecryptDataDetails.EncryptionAlgorithm Package Description com.oracle.bmc.keymanagement.model -
-
Uses of DecryptDataDetails.EncryptionAlgorithm in com.oracle.bmc.keymanagement.model
Methods in com.oracle.bmc.keymanagement.model that return DecryptDataDetails.EncryptionAlgorithm Modifier and Type Method Description static DecryptDataDetails.EncryptionAlgorithm
DecryptDataDetails.EncryptionAlgorithm. create(String key)
DecryptDataDetails.EncryptionAlgorithm
DecryptDataDetails. getEncryptionAlgorithm()
The encryption algorithm to use to encrypt or decrypt data with a customer-managed key.static DecryptDataDetails.EncryptionAlgorithm
DecryptDataDetails.EncryptionAlgorithm. valueOf(String name)
Returns the enum constant of this type with the specified name.static DecryptDataDetails.EncryptionAlgorithm[]
DecryptDataDetails.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 DecryptDataDetails.EncryptionAlgorithm Modifier and Type Method Description DecryptDataDetails.Builder
DecryptDataDetails.Builder. encryptionAlgorithm(DecryptDataDetails.EncryptionAlgorithm encryptionAlgorithm)
The encryption algorithm to use to encrypt or decrypt data with a customer-managed key.Constructors in com.oracle.bmc.keymanagement.model with parameters of type DecryptDataDetails.EncryptionAlgorithm Constructor Description DecryptDataDetails(Map<String,String> associatedData, String ciphertext, String keyId, Map<String,String> loggingContext, String keyVersionId, DecryptDataDetails.EncryptionAlgorithm encryptionAlgorithm)
Deprecated.
-