Package io.scanbot.cryptio
Class AesGcmDecryptingInputStream
-
- All Implemented Interfaces:
-
java.io.Closeable
,java.lang.AutoCloseable
public final class AesGcmDecryptingInputStream extends FilterInputStream
-
-
Constructor Summary
Constructors Constructor Description AesGcmDecryptingInputStream(InputStream inputStream, ByteArray key, ByteArray aad, Integer inBufferSize)
-