toggle menu
multiplatform-crypto-libsodium-bindings
0.9.5-SNAPSHOT
common
switch theme
search in API
multiplatform-crypto-libsodium-bindings
/
com.ionspin.kotlin.crypto.secretstream
/
DecryptedDataAndTag
Decrypted
Data
And
Tag
data
class
DecryptedDataAndTag
(
val
decryptedData
:
UByteArray
,
val
tag
:
UByte
)
Members
Constructors
Decrypted
Data
And
Tag
Link copied to clipboard
constructor
(
decryptedData
:
UByteArray
,
tag
:
UByte
)
Properties
decrypted
Data
Link copied to clipboard
val
decryptedData
:
UByteArray
tag
Link copied to clipboard
val
tag
:
UByte