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