Package | Description |
---|---|
com.oracle.bmc.keymanagement.model |
Modifier and Type | Method and Description |
---|---|
static DecryptedData.Builder |
DecryptedData.builder()
Create a new builder.
|
DecryptedData.Builder |
DecryptedData.Builder.copy(DecryptedData model) |
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). |
DecryptedData.Builder |
DecryptedData.Builder.keyId(String keyId)
The OCID of the key used to encrypt the ciphertext.
|
DecryptedData.Builder |
DecryptedData.Builder.keyVersionId(String keyVersionId)
The OCID of the key version used to encrypt the ciphertext.
|
DecryptedData.Builder |
DecryptedData.Builder.plaintext(String plaintext)
The decrypted data, expressed as a base64-encoded value.
|
DecryptedData.Builder |
DecryptedData.Builder.plaintextChecksum(String plaintextChecksum)
The checksum of the decrypted data.
|
DecryptedData.Builder |
DecryptedData.toBuilder() |
Copyright © 2016–2024. All rights reserved.