toggle menu
Spezi Documentation
androidJvm
switch theme
search in API
storage
/
edu.stanford.spezi.modules.storage.local
/
KeyStorage
Key
Storage
interface
KeyStorage
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
create
Link copied to clipboard
abstract
fun
create
(
tag
:
String
,
size
:
Int
=
DEFAULT_KEY_SIZE
)
:
Result
<
KeyPair
>
delete
Link copied to clipboard
abstract
fun
delete
(
tag
:
String
)
delete
All
Link copied to clipboard
abstract
fun
deleteAll
(
)
retrieve
Key
Pair
Link copied to clipboard
abstract
fun
retrieveKeyPair
(
tag
:
String
)
:
KeyPair
?
retrieve
Private
Key
Link copied to clipboard
abstract
fun
retrievePrivateKey
(
tag
:
String
)
:
PrivateKey
?
retrieve
Public
Key
Link copied to clipboard
abstract
fun
retrievePublicKey
(
tag
:
String
)
:
PublicKey
?