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 CommandCLI
loggerFields 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) Collection<org.mozilla.jss.crypto.X509Certificate> voidMethods inherited from class CommandCLI
execute, 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
-
Constructor Details
-
NSSCertFindCLI
-
-
Method Details
-
printHelp
-
createOptions
public void createOptions()- Overrides:
createOptionsin classCommandCLI
-
findCerts
public Collection<org.mozilla.jss.crypto.X509Certificate> findCerts(String subject, String issuer) throws Exception - Throws:
Exception
-
execute
- Overrides:
executein classCommandCLI- Throws:
Exception
-