Class ClientCertShowCLI
java.lang.Object
org.dogtagpki.cli.CLI
org.dogtagpki.cli.CommandCLI
com.netscape.cmstools.client.ClientCertShowCLI
- Author:
- Endi S. Dewata
-
Field Summary
FieldsFields 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) voidexportCertificate(String pkcs12Path, String pkcs12PasswordPath, String certPath) voidexportClientCertificateAndPrivateKey(String pkcs12Path, String pkcs12PasswordPath, String clientCertPath) voidexportPKCS12(String dbPath, String dbPassword, String pkcs12Path, String pkcs12PasswordPath, String nickname) voidexportPrivateKey(String pkcs12Path, String pkcs12PasswordPath, String privateKeyPath) 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
-
Field Details
-
logger
public static org.slf4j.Logger logger -
clientCLI
-
-
Constructor Details
-
ClientCertShowCLI
-
-
Method Details
-
printHelp
-
createOptions
public void createOptions()- Overrides:
createOptionsin classCommandCLI
-
execute
- Overrides:
executein classCommandCLI- Throws:
Exception
-
exportPKCS12
-
exportCertificate
-
exportPrivateKey
-
exportClientCertificateAndPrivateKey
-