Package io.scanbot.cryptio
Class AesGcmEncryptingOutputStream
-
- All Implemented Interfaces:
-
java.io.Closeable
,java.io.Flushable
,java.lang.AutoCloseable
public final class AesGcmEncryptingOutputStream extends FilterOutputStream
-
-
Constructor Summary
Constructors Constructor Description AesGcmEncryptingOutputStream(OutputStream outputStream, ByteArray key, ByteArray aad, Integer outBufferSize)
-