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