Package com.io7m.certusine.certstore.api
Interface CSCertificateStoreFactoryType
- All Superinterfaces:
com.io7m.repetoir.core.RPServiceType
- All Known Implementing Classes:
CSCertificateStoreSQLiteFactory
@ProviderType
public interface CSCertificateStoreFactoryType
extends com.io7m.repetoir.core.RPServiceType
The type of certificate store factories.
-
Method Summary
Modifier and TypeMethodDescriptionopen(CSTelemetryServiceType telemetry, Path file) Create or open a certificate store.Methods inherited from interface com.io7m.repetoir.core.RPServiceType
description
-
Method Details
-
open
Create or open a certificate store. The certificate store is created if it does not exist.- Parameters:
telemetry- The telemetry servicefile- The store file- Returns:
- A new certificate store
- Throws:
IOException- On I/O errors
-