Package | Description |
---|---|
com.amazonaws.encryptionsdk.internal |
Contains the internal classes that handle the cryptographic defined by the message formats and
algorithms.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MessageCryptoHandler |
Modifier and Type | Class and Description |
---|---|
class |
DecryptionHandler<K extends MasterKey<K>>
This class implements the CryptoHandler interface by providing methods for the decryption of
ciphertext produced by the methods in
EncryptionHandler . |
class |
EncryptionHandler
This class implements the CryptoHandler interface by providing methods for the encryption of
plaintext data.
|
class |
LazyMessageCryptoHandler
A
MessageCryptoHandler that delegates to another MessageCryptoHandler, which is created
at the last possible moment. |
Copyright © 2023. All rights reserved.