awala
Toggle table of contents
1.0.0a3
jvm
Platform filter
jvm
Switch theme
Search in API
awala
awala
/
tech.relaycorp.relaynet.keystores
/
CertificateStore
Certificate
Store
abstract
class
CertificateStore
Members
Constructors
Certificate
Store
Link copied to clipboard
constructor
(
)
Functions
delete
Link copied to clipboard
abstract
fun
delete
(
subjectId
:
String
,
issuerId
:
String
)
delete
Expired
Link copied to clipboard
abstract
suspend
fun
deleteExpired
(
)
retrieve
All
Link copied to clipboard
suspend
fun
retrieveAll
(
subjectId
:
String
,
issuerId
:
String
)
:
List
<
CertificationPath
>
retrieve
Latest
Link copied to clipboard
suspend
fun
retrieveLatest
(
subjectId
:
String
,
issuerId
:
String
)
:
CertificationPath
?
save
Link copied to clipboard
suspend
fun
save
(
certificationPath
:
CertificationPath
,
issuerId
:
String
)