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<K extends MasterKey<K>> |
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<K extends MasterKey<K>>
This class implements the CryptoHandler interface by providing methods for the encryption of
plaintext data.
|
Copyright © 2016. All rights reserved.