Interface CSCertificateStoreFactoryType

All Known Implementing Classes:
CSCertificateStoreH2MVFactory

public interface CSCertificateStoreFactoryType
The type of certificate store factories.
  • Method Summary

    Modifier and Type
    Method
    Description
    open(Path file)
    Create 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