Aes Gcm Encrypting Output Stream
class AesGcmEncryptingOutputStream(outputStream: OutputStream, key: ByteArray, aad: ByteArray? = null, outBufferSize: Int = 4096) : FilterOutputStream
Constructors
Link copied to clipboard
constructor(outputStream: OutputStream, key: ByteArray, aad: ByteArray? = null, outBufferSize: Int = 4096)