Package com.io7m.certusine.certstore.api
Interface CSCertificateStoreFactoryType
- All Known Implementing Classes:
CSCertificateStoreH2MVFactory
public interface CSCertificateStoreFactoryType
The type of certificate store factories.
-
Method Summary
Modifier and TypeMethodDescriptionCreate or open a certificate store.
-
Method Details
-
open
Create or open a certificate store. The certificate store is created if it does not exist.- Parameters:
file- The store file- Returns:
- A new certificate store
- Throws:
IOException- On I/O errors
-