Package | Description |
---|---|
com.oracle.bmc.keymanagement.model |
Modifier and Type | Method and Description |
---|---|
static EncryptDataDetails.EncryptionAlgorithm |
EncryptDataDetails.EncryptionAlgorithm.create(String key) |
EncryptDataDetails.EncryptionAlgorithm |
EncryptDataDetails.getEncryptionAlgorithm()
The encryption algorithm to use to encrypt and decrypt data with a customer-managed key.
|
static EncryptDataDetails.EncryptionAlgorithm |
EncryptDataDetails.EncryptionAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncryptDataDetails.EncryptionAlgorithm[] |
EncryptDataDetails.EncryptionAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EncryptDataDetails.Builder |
EncryptDataDetails.Builder.encryptionAlgorithm(EncryptDataDetails.EncryptionAlgorithm encryptionAlgorithm)
The encryption algorithm to use to encrypt and decrypt data with a customer-managed key.
|
Constructor and Description |
---|
EncryptDataDetails(Map<String,String> associatedData,
String keyId,
Map<String,String> loggingContext,
String plaintext,
String keyVersionId,
EncryptDataDetails.EncryptionAlgorithm encryptionAlgorithm)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.