Package com.netscape.cmstools.nss
Class NSSCertShowCLI
java.lang.Object
org.dogtagpki.cli.CLI
org.dogtagpki.cli.CommandCLI
com.netscape.cmstools.nss.NSSCertShowCLI
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
execute
(org.apache.commons.cli.CommandLine cmd) org.mozilla.jss.crypto.X509Certificate
findCertByCertFile
(String certFile, String certFormat) org.mozilla.jss.crypto.X509Certificate
findCertByNickname
(String nickname) void
Methods inherited from class org.dogtagpki.cli.CommandCLI
execute
Methods inherited from class org.dogtagpki.cli.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
-
-
Constructor Details
-
NSSCertShowCLI
-
-
Method Details
-
printHelp
public void printHelp() -
createOptions
public void createOptions()- Overrides:
createOptions
in classCommandCLI
-
findCertByNickname
- Throws:
Exception
-
findCertByCertFile
public org.mozilla.jss.crypto.X509Certificate findCertByCertFile(String certFile, String certFormat) throws Exception - Throws:
Exception
-
execute
- Overrides:
execute
in classCommandCLI
- Throws:
Exception
-