Package com.netscape.cmstools.pkcs12
Class PKCS12ExportCLI
- java.lang.Object
-
- org.dogtagpki.cli.CLI
-
- org.dogtagpki.cli.CommandCLI
-
- com.netscape.cmstools.pkcs12.PKCS12ExportCLI
-
public class PKCS12ExportCLI extends CommandCLI
Tool for exporting NSS database into PKCS #12 file
-
-
Constructor Summary
Constructors Constructor Description PKCS12ExportCLI(PKCS12CLI pkcs12CLI)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
createOptions()
void
execute(org.apache.commons.cli.CommandLine cmd)
void
printHelp()
-
Methods inherited from class org.dogtagpki.cli.CommandCLI
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
-
pkcs12CLI
public PKCS12CLI pkcs12CLI
-
-
Constructor Detail
-
PKCS12ExportCLI
public PKCS12ExportCLI(PKCS12CLI pkcs12CLI)
-
-
Method Detail
-
createOptions
public void createOptions()
- Overrides:
createOptions
in classCommandCLI
-
execute
public void execute(org.apache.commons.cli.CommandLine cmd) throws java.lang.Exception
- Overrides:
execute
in classCommandCLI
- Throws:
java.lang.Exception
-
-