Package | Description |
---|---|
com.oracle.bmc.keymanagement.model |
Modifier and Type | Method and Description |
---|---|
static DecryptedData.EncryptionAlgorithm |
DecryptedData.EncryptionAlgorithm.create(String key) |
DecryptedData.EncryptionAlgorithm |
DecryptedData.getEncryptionAlgorithm()
The encryption algorithm to use to encrypt and decrypt data with a customer-managed key
AES_256_GCM indicates that the key is a symmetric key that uses the Advanced
Encryption Standard (AES) algorithm and that the mode of encryption is the Galois/Counter
Mode (GCM). |
static DecryptedData.EncryptionAlgorithm |
DecryptedData.EncryptionAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DecryptedData.EncryptionAlgorithm[] |
DecryptedData.EncryptionAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DecryptedData.Builder |
DecryptedData.Builder.encryptionAlgorithm(DecryptedData.EncryptionAlgorithm encryptionAlgorithm)
The encryption algorithm to use to encrypt and decrypt data with a customer-managed key
AES_256_GCM indicates that the key is a symmetric key that uses the Advanced
Encryption Standard (AES) algorithm and that the mode of encryption is the Galois/Counter
Mode (GCM). |
Constructor and Description |
---|
DecryptedData(String plaintext,
String plaintextChecksum,
String keyId,
String keyVersionId,
DecryptedData.EncryptionAlgorithm encryptionAlgorithm)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.