Uses of Interface
com.amazonaws.encryptionsdk.internal.CryptoHandler
-
Packages that use CryptoHandler Package Description com.amazonaws.encryptionsdk.internal Contains the internal classes that handle the cryptographic defined by the message formats and algorithms. -
-
Uses of CryptoHandler in com.amazonaws.encryptionsdk.internal
Subinterfaces of CryptoHandler in com.amazonaws.encryptionsdk.internal Modifier and Type Interface Description interfaceMessageCryptoHandlerClasses in com.amazonaws.encryptionsdk.internal that implement CryptoHandler Modifier and Type Class Description classDecryptionHandler<K extends MasterKey<K>>This class implements the CryptoHandler interface by providing methods for the decryption of ciphertext produced by the methods inEncryptionHandler.classEncryptionHandlerThis class implements the CryptoHandler interface by providing methods for the encryption of plaintext data.classLazyMessageCryptoHandlerAMessageCryptoHandlerthat delegates to another MessageCryptoHandler, which is created at the last possible moment.
-