Package | Description |
---|---|
com.oracle.bmc.keymanagement.model |
Modifier and Type | Method and Description |
---|---|
DecryptDataDetails.Builder |
DecryptDataDetails.Builder.associatedData(Map<String,String> associatedData)
Information that can be used to provide an encryption context for the encrypted data.
|
static DecryptDataDetails.Builder |
DecryptDataDetails.builder()
Create a new builder.
|
DecryptDataDetails.Builder |
DecryptDataDetails.Builder.ciphertext(String ciphertext)
The encrypted data to decrypt.
|
DecryptDataDetails.Builder |
DecryptDataDetails.Builder.copy(DecryptDataDetails model) |
DecryptDataDetails.Builder |
DecryptDataDetails.Builder.encryptionAlgorithm(DecryptDataDetails.EncryptionAlgorithm encryptionAlgorithm)
The encryption algorithm to use to encrypt or decrypt data with a customer-managed key.
|
DecryptDataDetails.Builder |
DecryptDataDetails.Builder.keyId(String keyId)
The OCID of the key used to encrypt the ciphertext.
|
DecryptDataDetails.Builder |
DecryptDataDetails.Builder.keyVersionId(String keyVersionId)
The OCID of the key version used to encrypt the ciphertext.
|
DecryptDataDetails.Builder |
DecryptDataDetails.Builder.loggingContext(Map<String,String> loggingContext)
Information that provides context for audit logging.
|
DecryptDataDetails.Builder |
DecryptDataDetails.toBuilder() |
Copyright © 2016–2024. All rights reserved.