Class CSCertificateStoreSQLiteFactory
java.lang.Object
com.io7m.certusine.vanilla.internal.store.CSCertificateStoreSQLiteFactory
- All Implemented Interfaces:
CSCertificateStoreFactoryType, com.io7m.repetoir.core.RPServiceType
public final class CSCertificateStoreSQLiteFactory
extends Object
implements CSCertificateStoreFactoryType
The default SQLite server database implementation.
-
Constructor Summary
ConstructorsConstructorDescriptionThe default postgres server database implementation. -
Method Summary
Modifier and TypeMethodDescriptionopen(CSTelemetryServiceType telemetry, Path file) Create or open a certificate store.toString()
-
Constructor Details
-
CSCertificateStoreSQLiteFactory
public CSCertificateStoreSQLiteFactory()The default postgres server database implementation.
-
-
Method Details
-
open
Description copied from interface:CSCertificateStoreFactoryTypeCreate or open a certificate store. The certificate store is created if it does not exist.- Specified by:
openin interfaceCSCertificateStoreFactoryType- Parameters:
telemetry- The telemetry servicefile- The store file- Returns:
- A new certificate store
- Throws:
IOException- On I/O errors
-
description
- Specified by:
descriptionin interfacecom.io7m.repetoir.core.RPServiceType
-
toString
-