Uses of Interface
com.amazonaws.encryptionsdk.internal.MessageCryptoHandler
Packages that use MessageCryptoHandler
Package
Description
Contains the internal classes that handle the cryptographic defined by the message formats and
algorithms.
-
Uses of MessageCryptoHandler in com.amazonaws.encryptionsdk.internal
Classes in com.amazonaws.encryptionsdk.internal that implement MessageCryptoHandlerModifier and TypeClassDescriptionclassDecryptionHandler<K extends MasterKey<K>>This class implements the CryptoHandler interface by providing methods for the decryption of ciphertext produced by the methods inEncryptionHandler.classThis class implements the CryptoHandler interface by providing methods for the encryption of plaintext data.classAMessageCryptoHandlerthat delegates to another MessageCryptoHandler, which is created at the last possible moment.Constructor parameters in com.amazonaws.encryptionsdk.internal with type arguments of type MessageCryptoHandlerModifierConstructorDescriptionLazyMessageCryptoHandler(Function<LazyMessageCryptoHandler.LateBoundInfo,MessageCryptoHandler> delegateFactory)