toggle menu
vc-k
5.8.0-SNAPSHOT
jvm
switch theme
search in API
vck
/
at.asitplus.wallet.lib.agent
/
KeyStoreMaterial
/
AlgTrait
Alg
Trait
jvm
sealed
interface
AlgTrait
:
Signer
Members
Properties
may
Require
User
Unlock
Link copied to clipboard
jvm
open
val
mayRequireUserUnlock
:
Boolean
public
Key
Link copied to clipboard
jvm
abstract
val
publicKey
:
CryptoPublicKey
signature
Algorithm
Link copied to clipboard
jvm
abstract
val
signatureAlgorithm
:
SignatureAlgorithm
Functions
export
Private
Key
Link copied to clipboard
jvm
abstract
fun
exportPrivateKey
(
)
:
KmmResult
<
CryptoPrivateKey.WithPublicKey
<
*
>
>
sign
Link copied to clipboard
jvm
abstract
suspend
fun
sign
(
data
:
SignatureInput
)
:
SignatureResult
<
*
>
open
suspend
fun
sign
(
data
:
ByteArray
)
:
SignatureResult
<
*
>
open
suspend
fun
sign
(
data
:
Sequence
<
ByteArray
>
)
:
SignatureResult
<
*
>
try
Setup
Uninterrupted
Signing
Link copied to clipboard
jvm
open
suspend
fun
trySetupUninterruptedSigning
(
)
:
KmmResult
<
Unit
>