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
/
BoxKeyPair
Box
Key
Pair
data
class
BoxKeyPair
(
val
publicKey
:
UByteArray
,
val
secretKey
:
UByteArray
)
Members
Constructors
Box
Key
Pair
Link copied to clipboard
constructor
(
publicKey
:
UByteArray
,
secretKey
:
UByteArray
)
Properties
public
Key
Link copied to clipboard
val
publicKey
:
UByteArray
secret
Key
Link copied to clipboard
val
secretKey
:
UByteArray