Package com.io7m.certusine.api
Interface CSCertificateOutputProviderType
- All Superinterfaces:
CSNamedProviderType
- All Known Implementing Classes:
CSCertificateOutputProviderDirectory,CSEtcdOutputProvider,CSLLOutputProvider
A provider of outputs for certificates.
-
Method Summary
Modifier and TypeMethodDescriptioncreate(String name, CSConfigurationParameters parameters) Create a new output.Methods inherited from interface com.io7m.certusine.api.CSNamedProviderType
description, name, parameters
-
Method Details
-
create
CSCertificateOutputType create(String name, CSConfigurationParameters parameters) throws CSConfigurationException Create a new output.- Parameters:
name- The output nameparameters- The configuration parameters- Returns:
- A new output
- Throws:
CSConfigurationException- On configuration errors
-