Package com.io7m.certusine.vanilla
Class CSConfigurationParsers
java.lang.Object
com.io7m.certusine.vanilla.CSConfigurationParsers
- All Implemented Interfaces:
com.io7m.anethum.api.ParserFactoryType<Path,,CSConfiguration, CSConfigurationParserType> CSConfigurationParsersType
A provider of pipeline parsers.
-
Constructor Summary
ConstructorsConstructorDescriptionA provider of pipeline parsers.CSConfigurationParsers(Locale locale) A provider of pipeline parsers.CSConfigurationParsers(org.bouncycastle.openssl.jcajce.JcaPEMKeyConverter inKeyConverter, Map<String, CSCertificateOutputProviderType> inOutputProviders, Map<String, CSDNSConfiguratorProviderType> inDNSProviders, CSStrings inStrings) A provider of pipeline parsers. -
Method Summary
Modifier and TypeMethodDescriptioncreateParserWithContext(Path baseDirectory, URI source, InputStream stream, Consumer<com.io7m.anethum.common.ParseStatus> statusConsumer) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.io7m.anethum.api.ParserFactoryType
createParser, createParser, createParserForFileWithContext, parse, parse, parseFile, parseFile, parseFileWithContext, parseFileWithContext
-
Constructor Details
-
CSConfigurationParsers
public CSConfigurationParsers(org.bouncycastle.openssl.jcajce.JcaPEMKeyConverter inKeyConverter, Map<String, CSCertificateOutputProviderType> inOutputProviders, Map<String, CSDNSConfiguratorProviderType> inDNSProviders, CSStrings inStrings) A provider of pipeline parsers.- Parameters:
inKeyConverter- A PEM key converterinOutputProviders- The supported output providersinDNSProviders- The supported DNS providersinStrings- The string resources
-
CSConfigurationParsers
A provider of pipeline parsers.- Parameters:
locale- The locale for string resources- Throws:
IOException- On I/O errors
-
CSConfigurationParsers
A provider of pipeline parsers.- Throws:
IOException- On I/O errors
-
-
Method Details
-
createParserWithContext
public CSConfigurationParserType createParserWithContext(Path baseDirectory, URI source, InputStream stream, Consumer<com.io7m.anethum.common.ParseStatus> statusConsumer) - Specified by:
createParserWithContextin interfacecom.io7m.anethum.api.ParserFactoryType<Path,CSConfiguration, CSConfigurationParserType>
-