TrustStoreClient
public protocol TrustStoreClient
Trusted execution environment protocol that must be implemented according to ‘gemSpec_Krypt’.
-
Load the CertList for creating a trust store
Declaration
Swift
func loadCertListFromServer() -> AnyPublisher<CertList, TrustStoreError>
Return Value
A stream that emits either a CertList or a TrustStoreError.
-
Load the OCSP Response from remote
Declaration
Swift
func loadOCSPListFromServer() -> AnyPublisher<OCSPList, TrustStoreError>
Return Value
A stream that emits either a OCSPList or a TrustStoreError.