Class BufferedAesGcmContentStrategy

  • All Implemented Interfaces:
    ContentDecryptionStrategy

    public class BufferedAesGcmContentStrategy
    extends Object
    implements ContentDecryptionStrategy
    This class will decrypt AES-GCM encrypted data by buffering the ciphertext stream into memory. This prevents release of unauthenticated plaintext.