Package com.netscape.cmstools.pkcs12
Class PKCS12CertAddCLI
- java.lang.Object
-
- org.dogtagpki.cli.CLI
-
- org.dogtagpki.cli.CommandCLI
-
- com.netscape.cmstools.pkcs12.PKCS12CertAddCLI
-
@Deprecated public class PKCS12CertAddCLI extends org.dogtagpki.cli.CommandCLI
Deprecated.Replaced by PKCS12CertImportCLI.- Author:
- Endi S. Dewata
-
-
Field Summary
Fields Modifier and Type Field Description PKCS12CertCLI
certCLI
Deprecated.
-
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(org.apache.commons.cli.CommandLine cmd)
Deprecated.void
printHelp()
Deprecated.-
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
-
certCLI
public PKCS12CertCLI certCLI
Deprecated.
-
-
Constructor Detail
-
PKCS12CertAddCLI
public PKCS12CertAddCLI(PKCS12CertCLI certCLI)
Deprecated.
-
-
Method Detail
-
printHelp
public void printHelp()
Deprecated.- Overrides:
printHelp
in classorg.dogtagpki.cli.CLI
-
createOptions
public void createOptions()
Deprecated.- Overrides:
createOptions
in classorg.dogtagpki.cli.CommandCLI
-
execute
public void execute(org.apache.commons.cli.CommandLine cmd) throws java.lang.Exception
Deprecated.- Overrides:
execute
in classorg.dogtagpki.cli.CommandCLI
- Throws:
java.lang.Exception
-
-