Package com.netscape.cmstools.nss
Class NSSCertFindCLI
java.lang.Object
org.dogtagpki.cli.CLI
org.dogtagpki.cli.CommandCLI
com.netscape.cmstools.nss.NSSCertFindCLI
- Author:
- Endi S. Dewata
-
Field Summary
Fields inherited from class org.dogtagpki.cli.CommandCLI
logger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
execute
(org.apache.commons.cli.CommandLine cmd) Collection<org.mozilla.jss.crypto.X509Certificate>
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
-
Constructor Details
-
NSSCertFindCLI
-
-
Method Details
-
printHelp
public void printHelp() -
createOptions
public void createOptions()- Overrides:
createOptions
in classCommandCLI
-
findCerts
public Collection<org.mozilla.jss.crypto.X509Certificate> findCerts(String subject, String issuer) throws Exception - Throws:
Exception
-
execute
- Overrides:
execute
in classCommandCLI
- Throws:
Exception
-