Uses of Class
com.amazonaws.encryptionsdk.model.CiphertextHeaders
Packages that use CiphertextHeaders
Package
Description
Contains
AwsCrypto
, the primary entry-point to the Aws
Encryption SDK.Contains the internal classes that handle the cryptographic defined by the message formats and
algorithms.
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.encryptionsdkModifier and TypeClassDescriptionclass
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 CiphertextHeadersMethods in com.amazonaws.encryptionsdk with parameters of type CiphertextHeadersModifier and TypeMethodDescriptionCryptoAlgorithm.getEncryptionKeyFromDataKey(SecretKey dataKey, CiphertextHeaders headers)
-
Uses of CiphertextHeaders in com.amazonaws.encryptionsdk.internal
Methods in com.amazonaws.encryptionsdk.internal that return CiphertextHeadersModifier and TypeMethodDescriptionDecryptionHandler.getHeaders()
EncryptionHandler.getHeaders()
LazyMessageCryptoHandler.getHeaders()
MessageCryptoHandler.getHeaders()
Methods in com.amazonaws.encryptionsdk.internal with parameters of type CiphertextHeadersModifier and TypeMethodDescriptionstatic DecryptionHandler<?>
DecryptionHandler.create(CryptoMaterialsManager materialsManager, CiphertextHeaders headers, CommitmentPolicy commitmentPolicy, SignaturePolicy signaturePolicy, int maxEncryptedDataKeys)
Deprecated.This version may have to recalculate the number of bytes already parsed, which adds a performance penalty.static <K extends MasterKey<K>>
DecryptionHandler<K>DecryptionHandler.create(MasterKeyProvider<K> customerMasterKeyProvider, CiphertextHeaders headers, CommitmentPolicy commitmentPolicy, SignaturePolicy signaturePolicy, int maxEncryptedDataKeys)
Deprecated.This version may have to recalculate the number of bytes already parsed, which adds a performance penalty. -
Uses of CiphertextHeaders in com.amazonaws.encryptionsdk.model
Methods in com.amazonaws.encryptionsdk.model with parameters of type CiphertextHeadersModifier and TypeMethodDescriptionstatic DecryptionMaterialsRequest
DecryptionMaterialsRequest.fromCiphertextHeaders(CiphertextHeaders headers)