public class ClientCertImportCLI extends CLI
| Constructor and Description |
|---|
ClientCertImportCLI(ClientCLI clientCLI) |
| Modifier and Type | Method and Description |
|---|---|
void |
createOptions() |
void |
execute(java.lang.String[] args) |
void |
importCert(java.lang.String dbPath,
java.lang.String certPath,
java.lang.String nickname,
java.lang.String trustAttributes) |
void |
importPKCS12(java.lang.String dbPath,
java.lang.String dbPassword,
java.lang.String pkcs12Path,
java.lang.String pkcs12PasswordPath) |
void |
printHelp() |
void |
run(java.lang.String[] command) |
addModule, findModule, findModules, getClient, getClient, getDeprecatedModules, getDescription, getFullModuleName, getFullName, getManPage, getModule, getModules, getName, getParent, isDeprecated, isVerbose, removeModule, setDescription, setName, setVerbosepublic ClientCLI clientCLI
public ClientCertImportCLI(ClientCLI clientCLI)
public void createOptions()
public void execute(java.lang.String[] args)
throws java.lang.Exception
public void importCert(java.lang.String dbPath,
java.lang.String certPath,
java.lang.String nickname,
java.lang.String trustAttributes)
throws java.lang.Exception
java.lang.Exceptionpublic void importPKCS12(java.lang.String dbPath,
java.lang.String dbPassword,
java.lang.String pkcs12Path,
java.lang.String pkcs12PasswordPath)
throws java.lang.Exception
java.lang.Exceptionpublic void run(java.lang.String[] command)
throws java.io.IOException,
java.lang.InterruptedException
java.io.IOExceptionjava.lang.InterruptedException