trixnity-crypto
Toggle table of contents
4.16.1
common
Platform filter
common
Switch theme
Search in API
trixnity-crypto
trixnity-crypto
/
net.folivo.trixnity.crypto.sign
/
SignWith
/
KeyPair
Key
Pair
data
class
KeyPair
(
val
privateKey
:
String
,
val
publicKey
:
String
)
:
SignWith
Members
Constructors
Key
Pair
Link copied to clipboard
constructor
(
privateKey
:
String
,
publicKey
:
String
)
Properties
private
Key
Link copied to clipboard
val
privateKey
:
String
public
Key
Link copied to clipboard
val
publicKey
:
String