Uses of Class
com.oracle.bmc.keymanagement.model.DecryptedData.Builder
-
Packages that use DecryptedData.Builder Package Description com.oracle.bmc.keymanagement.model -
-
Uses of DecryptedData.Builder in com.oracle.bmc.keymanagement.model
Methods in com.oracle.bmc.keymanagement.model that return DecryptedData.Builder Modifier and Type Method 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()
-