Package | Description |
---|---|
com.oracle.bmc.keymanagement.model |
Modifier and Type | Method and 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() |
Copyright © 2016–2024. All rights reserved.