Class CSAgeService
java.lang.Object
com.io7m.certusine.vanilla.internal.age.CSAgeService
- All Implemented Interfaces:
CSAgeServiceType, com.io7m.repetoir.core.RPServiceType, AutoCloseable
An age service for certificates.
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()static CSAgeServiceTypecreate(Clock clock, CSCertificateStoreServiceType stores, CSEventServiceType events) Create a service.
-
Method Details
-
create
public static CSAgeServiceType create(Clock clock, CSCertificateStoreServiceType stores, CSEventServiceType events) Create a service.- Parameters:
clock- The clockstores- The certificate store serviceevents- The event service- Returns:
- A service
-
description
- Specified by:
descriptionin interfacecom.io7m.repetoir.core.RPServiceType
-
close
- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-