Class CSCertificateStoreH2MVFactory
java.lang.Object
com.io7m.certusine.vanilla.internal.store.CSCertificateStoreH2MVFactory
- All Implemented Interfaces:
CSCertificateStoreFactoryType
public final class CSCertificateStoreH2MVFactory
extends Object
implements CSCertificateStoreFactoryType
A certificate store based on the H2 MVStore class.
-
Constructor Summary
ConstructorsConstructorDescriptionA certificate store based on the H2 MVStore class. -
Method Summary
Modifier and TypeMethodDescriptionCreate or open a certificate store.
-
Constructor Details
-
CSCertificateStoreH2MVFactory
public CSCertificateStoreH2MVFactory()A certificate store based on the H2 MVStore class.
-
-
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:
file- The store file- Returns:
- A new certificate store
- Throws:
IOException- On I/O errors
-