toggle menu
multiplatform-crypto-libsodium-bindings
0.9.6.3-SNAPSHOT
common
switch theme
search in API
multiplatform-crypto-libsodium-bindings
/
com.ionspin.kotlin.crypto.secretbox
/
SecretBoxEncryptedDataAndTag
Secret
Box
Encrypted
Data
And
Tag
data
class
SecretBoxEncryptedDataAndTag
(
val
data
:
UByteArray
,
val
tag
:
UByteArray
)
Members
Constructors
Secret
Box
Encrypted
Data
And
Tag
Link copied to clipboard
constructor
(
data
:
UByteArray
,
tag
:
UByteArray
)
Properties
data
Link copied to clipboard
val
data
:
UByteArray
tag
Link copied to clipboard
val
tag
:
UByteArray