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