Package com.netscape.cmstools.pkcs11
Class PKCS11CertShowCLI
- java.lang.Object
-
- org.dogtagpki.cli.CLI
-
- org.dogtagpki.cli.CommandCLI
-
- com.netscape.cmstools.pkcs11.PKCS11CertShowCLI
-
public class PKCS11CertShowCLI extends CommandCLI
- Author:
- Endi S. Dewata
-
-
Field Summary
Fields Modifier and Type Field Description PKCS11CertCLI
certCLI
-
Fields inherited from class org.dogtagpki.cli.CommandCLI
logger
-
-
Constructor Summary
Constructors Constructor Description PKCS11CertShowCLI(PKCS11CertCLI certCLI)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(org.apache.commons.cli.CommandLine cmd)
void
printHelp()
-
Methods inherited from class org.dogtagpki.cli.CommandCLI
createOptions, execute
-
Methods inherited from class org.dogtagpki.cli.CLI
addModule, findModule, findModules, getClient, getClient, getConfig, getDescription, getFullModuleName, getFullName, getManPage, getModule, getModules, getName, getParent, getRoot, isDeprecated, printCommands, removeModule, runExternal, runExternal, setDescription, setName
-
-
-
-
Field Detail
-
certCLI
public PKCS11CertCLI certCLI
-
-
Constructor Detail
-
PKCS11CertShowCLI
public PKCS11CertShowCLI(PKCS11CertCLI certCLI)
-
-
Method Detail
-
execute
public void execute(org.apache.commons.cli.CommandLine cmd) throws java.lang.Exception
- Overrides:
execute
in classCommandCLI
- Throws:
java.lang.Exception
-
-