Class CACertIssueCLI
java.lang.Object
org.dogtagpki.cli.CLI
org.dogtagpki.cli.CommandCLI
com.netscape.cmstools.cli.SubsystemCommandCLI
com.netscape.cmstools.ca.CACertIssueCLI
-
Field Summary
FieldsFields inherited from class SubsystemCommandCLI
subsystemCLIFields inherited from class CLI
description, exitOnError, formatter, modules, name, options, parent, parser, verbose -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidexecute(org.apache.commons.cli.CommandLine cmd) byte[]issueCert(CACertClient certClient, CertEnrollmentRequest request, AuthorityID authorityID, org.mozilla.jss.netscape.security.x509.X500Name authorityDN, String outputFormat) byte[]issueCert(CACertClient certClient, String requestType, String csr, boolean renewal, String profileID, String subjectDN, String[] dnsNames, String username, String requestor, String sessionID, String outputFormat) voidMethods inherited from class SubsystemCommandCLI
execute, getPKIClient, getSubsystemClient, parseOptionsMethods inherited from class CLI
addModule, addModule, executeCommand, executeCommands, findModule, findModules, getConfig, getDescription, getFullModuleName, getFullName, getManPage, getModule, getModules, getName, getParent, getRoot, handleException, isDeprecated, parseLine, printVersion, removeModule, runExternal, runExternal, setDescription, setName
-
Field Details
-
logger
public static org.slf4j.Logger logger
-
-
Constructor Details
-
CACertIssueCLI
-
-
Method Details
-
createOptions
public void createOptions()- Overrides:
createOptionsin classSubsystemCommandCLI
-
printHelp
-
issueCert
public byte[] issueCert(CACertClient certClient, CertEnrollmentRequest request, AuthorityID authorityID, org.mozilla.jss.netscape.security.x509.X500Name authorityDN, String outputFormat) throws Exception - Throws:
Exception
-
issueCert
-
execute
- Overrides:
executein classCommandCLI- Throws:
Exception
-