Uses of Class
com.amazonaws.encryptionsdk.model.KeyBlob
Packages that use KeyBlob
Package
Description
Contains the classes that implement the defined message format for storing the encrypted content
and the data key.
-
Uses of KeyBlob in com.amazonaws.encryptionsdk.model
Methods in com.amazonaws.encryptionsdk.model that return types with arguments of type KeyBlobModifier and TypeMethodDescriptionDecryptionMaterialsRequest.Builder.getEncryptedDataKeys()
DecryptionMaterialsRequest.getEncryptedDataKeys()
EncryptionMaterials.Builder.getEncryptedDataKeys()
EncryptionMaterials.getEncryptedDataKeys()
The KeyBlobs to serialize (in cleartext) into the encrypted message.CiphertextHeaders.getEncryptedKeyBlobs()
Return the encrypted key blobs set in the header.Method parameters in com.amazonaws.encryptionsdk.model with type arguments of type KeyBlobModifier and TypeMethodDescriptionDecryptionMaterialsRequest.Builder.setEncryptedDataKeys(List<KeyBlob> encryptedDataKeys)
EncryptionMaterials.Builder.setEncryptedDataKeys(List<KeyBlob> encryptedDataKeys)
Constructor parameters in com.amazonaws.encryptionsdk.model with type arguments of type KeyBlobModifierConstructorDescriptionCiphertextHeaders(byte version, CiphertextType type, CryptoAlgorithm cryptoAlgo, byte[] encryptionContext, List<KeyBlob> keyBlobs, ContentType contentType, int frameSize)
Deprecated.CiphertextHeaders(CiphertextType type, CryptoAlgorithm cryptoAlgo, byte[] encryptionContext, List<KeyBlob> keyBlobs, ContentType contentType, int frameSize)
Construct the ciphertext headers using the provided values.
CiphertextHeaders(CiphertextType, CryptoAlgorithm, byte[], List, ContentType, int)