Uses of Class
com.oracle.bmc.keymanagement.model.EncryptedData.Builder
-
Packages that use EncryptedData.Builder Package Description com.oracle.bmc.keymanagement.model -
-
Uses of EncryptedData.Builder in com.oracle.bmc.keymanagement.model
Methods in com.oracle.bmc.keymanagement.model that return EncryptedData.Builder Modifier and Type Method Description static EncryptedData.Builder
EncryptedData. builder()
Create a new builder.EncryptedData.Builder
EncryptedData.Builder. ciphertext(String ciphertext)
The encrypted data.EncryptedData.Builder
EncryptedData.Builder. copy(EncryptedData model)
EncryptedData.Builder
EncryptedData.Builder. encryptionAlgorithm(EncryptedData.EncryptionAlgorithm encryptionAlgorithm)
The encryption algorithm to use to encrypt and decrypt data with a customer-managed key.EncryptedData.Builder
EncryptedData.Builder. keyId(String keyId)
The OCID of the key used to encrypt the ciphertext.EncryptedData.Builder
EncryptedData.Builder. keyVersionId(String keyVersionId)
The OCID of the key version used to encrypt the ciphertext.EncryptedData.Builder
EncryptedData. toBuilder()
-