Class CACertRevokeCLI
java.lang.Object
org.dogtagpki.cli.CLI
org.dogtagpki.cli.CommandCLI
com.netscape.cmstools.ca.CACertRevokeCLI
- Author:
- Endi S. Dewata TODO: Add support for invalidity date
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidexecute(org.apache.commons.cli.CommandLine cmd) voidvoidrevokeCert(CACertClient certClient, CertId certID, org.mozilla.jss.netscape.security.x509.RevocationReason reason, String comments, boolean isCA, boolean force) Methods inherited from class CommandCLI
executeMethods inherited from class CLI
addModule, addModule, findModule, findModules, getClient, getClient, getConfig, getDescription, getFullModuleName, getFullName, getManPage, getModule, getModules, getName, getParent, getRoot, isDeprecated, removeModule, runExternal, runExternal, setDescription, setName
-
Field Details
-
logger
public static org.slf4j.Logger logger -
certCLI
-
-
Constructor Details
-
CACertRevokeCLI
-
-
Method Details
-
printHelp
-
createOptions
public void createOptions()- Overrides:
createOptionsin classCommandCLI
-
revokeCert
public void revokeCert(CACertClient certClient, CertId certID, org.mozilla.jss.netscape.security.x509.RevocationReason reason, String comments, boolean isCA, boolean force) throws Exception - Throws:
Exception
-
execute
- Overrides:
executein classCommandCLI- Throws:
Exception
-