Class ClientCertImportCLI
java.lang.Object
org.dogtagpki.cli.CLI
org.dogtagpki.cli.CommandCLI
com.netscape.cmstools.client.ClientCertImportCLI
- Author:
- Endi S. Dewata
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidexecute(org.apache.commons.cli.CommandLine cmd) voidimportPKCS12(File dbPath, File dbPasswordFile, String pkcs12File, String pkcs12PasswordFile) voidimportPKCS7(String pkcs7Path, String nickname, String trustFlags) voidMethods inherited from class CommandCLI
executeMethods inherited from class 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 -
clientCLI
-
-
Constructor Details
-
ClientCertImportCLI
-
-
Method Details
-
printHelp
-
createOptions
public void createOptions()- Overrides:
createOptionsin classCommandCLI
-
execute
- Overrides:
executein classCommandCLI- Throws:
Exception
-
importPKCS7
-
importPKCS12
-