CertificateStore

abstract class CertificateStore

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun delete(subjectId: String, issuerId: String)
Link copied to clipboard
abstract suspend fun deleteExpired()
Link copied to clipboard
suspend fun retrieveAll(subjectId: String, issuerId: String): List<CertificationPath>
Link copied to clipboard
suspend fun retrieveLatest(subjectId: String, issuerId: String): CertificationPath?
Link copied to clipboard
suspend fun save(certificationPath: CertificationPath, issuerId: String)