Uses of Interface
software.amazon.encryption.s3.internal.ContentDecryptionStrategy
-
Packages that use ContentDecryptionStrategy Package Description software.amazon.encryption.s3.internal -
-
Uses of ContentDecryptionStrategy in software.amazon.encryption.s3.internal
Classes in software.amazon.encryption.s3.internal that implement ContentDecryptionStrategy Modifier and Type Class Description class
BufferedAesGcmContentStrategy
This class will decrypt AES-GCM encrypted data by buffering the ciphertext stream into memory.
-