Package com.netscape.cmstools.pkcs12
Class PKCS12CertAddCLI
- java.lang.Object
-
- com.netscape.cmstools.cli.CLI
-
- com.netscape.cmstools.pkcs12.PKCS12CertAddCLI
-
@Deprecated public class PKCS12CertAddCLI extends CLI
Deprecated.Replaced by PKCS12CertImportCLI.- Author:
- Endi S. Dewata
-
-
Constructor Summary
Constructors Constructor Description PKCS12CertAddCLI(PKCS12CertCLI certCLI)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
createOptions()
Deprecated.void
execute(java.lang.String[] args)
Deprecated.void
printHelp()
Deprecated.-
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
-
PKCS12CertAddCLI
public PKCS12CertAddCLI(PKCS12CertCLI certCLI)
Deprecated.
-
-