Package | Description |
---|---|
com.amazonaws.encryptionsdk |
Contains
AwsCrypto , 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.
|
Modifier and Type | Class and Description |
---|---|
class |
ParsedCiphertext
Exposes header information of ciphertexts to make it easier to inspect the algorithm, keys, and
encryption context prior to decryption.
|
Modifier and Type | Method and Description |
---|---|
CiphertextHeaders |
CryptoResult.getHeaders() |
Modifier and Type | Method and Description |
---|---|
SecretKey |
CryptoAlgorithm.getEncryptionKeyFromDataKey(SecretKey dataKey,
CiphertextHeaders headers) |
Modifier and Type | Method and Description |
---|---|
CiphertextHeaders |
EncryptionHandler.getHeaders() |
CiphertextHeaders |
MessageCryptoHandler.getHeaders() |
CiphertextHeaders |
DecryptionHandler.getHeaders() |
Constructor and Description |
---|
DecryptionHandler(MasterKeyProvider<K> customerMasterKeyProvider,
CiphertextHeaders headers)
Create a decryption handler using the provided master key and already parsed
headers . |
Copyright © 2016. All rights reserved.