kalium
js
cryptography
/
com.wire.kalium.cryptography.externals
/
KeyPair
Key
Pair
js
open
external
class
KeyPair
Members
Constructors
Key
Pair
Link copied to clipboard
js
constructor
(
)
constructor
(
publicKey
:
PublicKey
,
secretKey
:
SecretKey
)
Types
Companion
Link copied to clipboard
js
object
Companion
Properties
public_key
Link copied to clipboard
js
open
var
public_key
:
PublicKey
secret_key
Link copied to clipboard
js
open
var
secret_key
:
SecretKey