toggle menu
multiplatform-crypto-libsodium-bindings
0.9.6-SNAPSHOT
common
switch theme
search in API
multiplatform-crypto-libsodium-bindings
/
com.ionspin.kotlin.crypto.signature
/
SignatureKeyPair
Signature
Key
Pair
data
class
SignatureKeyPair
(
val
publicKey
:
UByteArray
,
val
secretKey
:
UByteArray
)
Members
Constructors
Signature
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