Uses of Class
com.amazonaws.encryptionsdk.model.KeyBlob
-
Packages that use KeyBlob Package Description com.amazonaws.encryptionsdk.model 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 KeyBlob Modifier and Type Method Description List<KeyBlob>
DecryptionMaterialsRequest.Builder. getEncryptedDataKeys()
List<KeyBlob>
DecryptionMaterialsRequest. getEncryptedDataKeys()
List<KeyBlob>
EncryptionMaterials.Builder. getEncryptedDataKeys()
List<KeyBlob>
EncryptionMaterials. getEncryptedDataKeys()
The KeyBlobs to serialize (in cleartext) into the encrypted message.List<KeyBlob>
CiphertextHeaders. getEncryptedKeyBlobs()
Return the encrypted key blobs set in the header.Method parameters in com.amazonaws.encryptionsdk.model with type arguments of type KeyBlob Modifier and Type Method Description DecryptionMaterialsRequest.Builder
DecryptionMaterialsRequest.Builder. setEncryptedDataKeys(List<KeyBlob> encryptedDataKeys)
EncryptionMaterials.Builder
EncryptionMaterials.Builder. setEncryptedDataKeys(List<KeyBlob> encryptedDataKeys)
Constructor parameters in com.amazonaws.encryptionsdk.model with type arguments of type KeyBlob Constructor 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.
-