toggle menu
multiplatform-crypto-libsodium-bindings
0.9.6.1-SNAPSHOT
android
common
iosArm64
iosSimulatorArm64
iosX64
jvm
macosArm64
macosX64
tvosArm64
tvosSimulatorArm64
tvosX64
watchosArm32
watchosArm64
watchosSimulatorArm64
switch theme
search in API
multiplatform-crypto-libsodium-bindings
/
com.ionspin.kotlin.crypto.secretbox
Package-level
declarations
Types
Properties
Types
Secret
Box
Link copied to clipboard
android
common
iosArm64
iosSimulatorArm64
iosX64
jvm
macosArm64
macosX64
tvosArm64
tvosSimulatorArm64
tvosX64
watchosArm32
watchosArm64
watchosSimulatorArm64
actual
object
SecretBox
expect
object
SecretBox
actual
object
SecretBox
actual
object
SecretBox
actual
object
SecretBox
actual
object
SecretBox
actual
object
SecretBox
actual
object
SecretBox
actual
object
SecretBox
actual
object
SecretBox
actual
object
SecretBox
actual
object
SecretBox
actual
object
SecretBox
actual
object
SecretBox
Secret
Box
Corrupted
Or
Tampered
Data
Exception
Or
Invalid
Key
Link copied to clipboard
class
SecretBoxCorruptedOrTamperedDataExceptionOrInvalidKey
:
RuntimeException
Secret
Box
Encrypted
Data
And
Tag
Link copied to clipboard
data
class
SecretBoxEncryptedDataAndTag
(
val
data
:
UByteArray
,
val
tag
:
UByteArray
)
Properties
crypto_secretbox_KEYBYTES
Link copied to clipboard
val
crypto_secretbox_KEYBYTES
:
Int
=
32
Created by Ugljesa Jovanovic ugljesa.jovanovic@ionspin.com on 29-Aug-2020
crypto_secretbox_MACBYTES
Link copied to clipboard
val
crypto_secretbox_MACBYTES
:
Int
=
16
crypto_secretbox_NONCEBYTES
Link copied to clipboard
val
crypto_secretbox_NONCEBYTES
:
Int
=
24