Package com.netscape.cmstools.pkcs12
Class PKCS12ExportCLI
- java.lang.Object
-
- com.netscape.cmstools.cli.CLI
-
- com.netscape.cmstools.pkcs12.PKCS12ExportCLI
-
public class PKCS12ExportCLI extends CLI
Tool for exporting NSS database into PKCS #12 file
-
-
Constructor Summary
Constructors Constructor Description PKCS12ExportCLI(PKCS12CLI certCLI)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
createOptions()
void
execute(java.lang.String[] args)
void
printHelp()
-
Methods inherited from class com.netscape.cmstools.cli.CLI
addModule, findModule, findModules, getClient, getClient, getConfig, getDeprecatedModules, getDescription, getFullModuleName, getFullName, getManPage, getModule, getModules, getName, getParent, isDeprecated, isVerbose, removeModule, runExternal, runExternal, setDescription, setName, setVerbose
-
-
-
-
Constructor Detail
-
PKCS12ExportCLI
public PKCS12ExportCLI(PKCS12CLI certCLI)
-
-