Interface CSCertificateStoreFactoryType

All Superinterfaces:
com.io7m.repetoir.core.RPServiceType
All Known Implementing Classes:
CSCertificateStoreH2MVFactory

@ProviderType public interface CSCertificateStoreFactoryType extends com.io7m.repetoir.core.RPServiceType
The type of certificate store factories.
  • Method Summary

    Modifier and Type
    Method
    Description
    open(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:
      file - The store file
      Returns:
      A new certificate store
      Throws:
      IOException - On I/O errors