onecore
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
onecore
onecore
/
ch.procivis.one.core
/
NativeKeyStorage
Native
Key
Storage
interface
NativeKeyStorage
Inheritors
AndroidKeyStoreKeyStorage
NativeKeyStorageImpl
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
generate
Attestation
Link copied to clipboard
abstract
suspend
fun
generateAttestation
(
keyReference
:
ByteArray
,
nonce
:
String
?
)
:
List
<
String
>
generate
Attestation
Key
Link copied to clipboard
abstract
suspend
fun
generateAttestationKey
(
keyAlias
:
String
,
nonce
:
String
?
)
:
GeneratedKey
generate
Key
Link copied to clipboard
abstract
suspend
fun
generateKey
(
keyAlias
:
String
)
:
GeneratedKey
sign
Link copied to clipboard
abstract
suspend
fun
sign
(
keyReference
:
ByteArray
,
message
:
ByteArray
)
:
ByteArray
sign
With
Attestation
Key
Link copied to clipboard
abstract
suspend
fun
signWithAttestationKey
(
keyReference
:
ByteArray
,
message
:
ByteArray
)
:
ByteArray