AesGcmEncryptingOutputStream

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)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun close()
Link copied to clipboard
open override fun write(b: Int)
open override fun write(b: ByteArray, off: Int, len: Int)