Package | Description |
---|---|
com.oracle.bmc.keymanagement.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
DecryptDataDetails.Builder |
DecryptDataDetails.Builder.encryptionAlgorithm(DecryptDataDetails.EncryptionAlgorithm encryptionAlgorithm)
The encryption algorithm to use to encrypt or decrypt data with a customer-managed key.
|
Constructor and Description |
---|
DecryptDataDetails(Map<String,String> associatedData,
String ciphertext,
String keyId,
Map<String,String> loggingContext,
String keyVersionId,
DecryptDataDetails.EncryptionAlgorithm encryptionAlgorithm)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.