Interface CSCertificateStoreServiceType
- All Superinterfaces:
AutoCloseable, com.io7m.repetoir.core.RPServiceType
- All Known Implementing Classes:
CSCertificateStoreService
public interface CSCertificateStoreServiceType
extends com.io7m.repetoir.core.RPServiceType, AutoCloseable
A service that maintains a reference to a certificate store, and reloads the
store when the configuration changes.
-
Method Summary
Methods inherited from interface AutoCloseable
closeMethods inherited from interface com.io7m.repetoir.core.RPServiceType
description
-
Method Details
-
store
CSCertificateStoreType store()- Returns:
- The open store
-