Uses of Class
com.amazonaws.encryptionsdk.model.CiphertextHeaders
-
Packages that use CiphertextHeaders Package Description com.amazonaws.encryptionsdk ContainsAwsCrypto
, the primary entry-point to the Aws Encryption SDK.com.amazonaws.encryptionsdk.internal Contains the internal classes that handle the cryptographic defined by the message formats and algorithms.com.amazonaws.encryptionsdk.model Contains the classes that implement the defined message format for storing the encrypted content and the data key. -
-
Uses of CiphertextHeaders in com.amazonaws.encryptionsdk
Subclasses of CiphertextHeaders in com.amazonaws.encryptionsdk Modifier and Type Class Description class
ParsedCiphertext
Exposes header information of ciphertexts to make it easier to inspect the algorithm, keys, and encryption context prior to decryption.Methods in com.amazonaws.encryptionsdk that return CiphertextHeaders Modifier and Type Method Description CiphertextHeaders
CryptoResult. getHeaders()
Methods in com.amazonaws.encryptionsdk with parameters of type CiphertextHeaders Modifier and Type Method Description SecretKey
CryptoAlgorithm. getEncryptionKeyFromDataKey(SecretKey dataKey, CiphertextHeaders headers)
-
Uses of CiphertextHeaders in com.amazonaws.encryptionsdk.internal
Methods in com.amazonaws.encryptionsdk.internal that return CiphertextHeaders Modifier and Type Method Description CiphertextHeaders
DecryptionHandler. getHeaders()
CiphertextHeaders
EncryptionHandler. getHeaders()
CiphertextHeaders
LazyMessageCryptoHandler. getHeaders()
CiphertextHeaders
MessageCryptoHandler. getHeaders()
Methods in com.amazonaws.encryptionsdk.internal with parameters of type CiphertextHeaders Modifier and Type Method Description static DecryptionHandler<?>
DecryptionHandler. create(CryptoMaterialsManager materialsManager, CiphertextHeaders headers)
Create a decryption handler using the provided materials manager and already parsedheaders
.static <K extends MasterKey<K>>
DecryptionHandler<K>DecryptionHandler. create(MasterKeyProvider<K> customerMasterKeyProvider, CiphertextHeaders headers)
Create a decryption handler using the provided master key and already parsedheaders
. -
Uses of CiphertextHeaders in com.amazonaws.encryptionsdk.model
Methods in com.amazonaws.encryptionsdk.model with parameters of type CiphertextHeaders Modifier and Type Method Description static DecryptionMaterialsRequest
DecryptionMaterialsRequest. fromCiphertextHeaders(CiphertextHeaders headers)
-