AesGcmDecryptingInputStream

class AesGcmDecryptingInputStream(inputStream: InputStream, key: ByteArray, aad: ByteArray? = null, inBufferSize: Int = 4096) : FilterInputStream

Constructors

Link copied to clipboard
constructor(inputStream: InputStream, key: ByteArray, aad: ByteArray? = null, inBufferSize: 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 read(): Int
open override fun read(b: ByteArray, off: Int, len: Int): Int