Android Scanbot Barcode SDK
Toggle table of contents
8.0.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Android Scanbot Barcode SDK
Android Scanbot Barcode SDK
/
io.scanbot.cryptio
/
AesGcmDecryptingInputStream
/
Companion
Companion
object
Companion
Members
Functions
create
Aes
Gcm
Decrypting
Input
Stream
Link copied to clipboard
@
JvmStatic
fun
createAesGcmDecryptingInputStream
(
inputStream
:
InputStream
,
key
:
ByteArray
,
aad
:
ByteArray
?
=
null
,
inBufferSize
:
Int
=
4096
)
:
Result
<
AesGcmDecryptingInputStream
>