Package | Description |
---|---|
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 |
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. |
Constructor and Description |
---|
LazyMessageCryptoHandler(java.util.function.Function<LazyMessageCryptoHandler.LateBoundInfo,MessageCryptoHandler> delegateFactory) |
Copyright © 2017. All rights reserved.