Package | Description |
---|---|
com.amazonaws.encryptionsdk.model |
Contains the classes that implement the defined message format for storing the encrypted content
and the data key.
|
Modifier and Type | Method and Description |
---|---|
List<KeyBlob> |
DecryptionMaterialsRequest.getEncryptedDataKeys() |
List<KeyBlob> |
DecryptionMaterialsRequest.Builder.getEncryptedDataKeys() |
List<KeyBlob> |
EncryptionMaterials.getEncryptedDataKeys()
The KeyBlobs to serialize (in cleartext) into the encrypted message.
|
List<KeyBlob> |
EncryptionMaterials.Builder.getEncryptedDataKeys() |
List<KeyBlob> |
CiphertextHeaders.getEncryptedKeyBlobs()
Return the encrypted key blobs set in the header.
|
Modifier and Type | Method and Description |
---|---|
DecryptionMaterialsRequest.Builder |
DecryptionMaterialsRequest.Builder.setEncryptedDataKeys(List<KeyBlob> encryptedDataKeys) |
EncryptionMaterials.Builder |
EncryptionMaterials.Builder.setEncryptedDataKeys(List<KeyBlob> encryptedDataKeys) |
Constructor and Description |
---|
CiphertextHeaders(byte version,
CiphertextType type,
CryptoAlgorithm cryptoAlgo,
byte[] encryptionContext,
List<KeyBlob> keyBlobs,
ContentType contentType,
int frameSize)
|
CiphertextHeaders(CiphertextType type,
CryptoAlgorithm cryptoAlgo,
byte[] encryptionContext,
List<KeyBlob> keyBlobs,
ContentType contentType,
int frameSize)
Construct the ciphertext headers using the provided values.
|
Copyright © 2023. All rights reserved.