public class ClientCertShowCLI extends CLI
| Constructor and Description |
|---|
ClientCertShowCLI(ClientCLI clientCLI) |
| Modifier and Type | Method and Description |
|---|---|
void |
createOptions() |
void |
execute(java.lang.String[] args) |
void |
exportClientCertificate(java.lang.String pkcs12Path,
java.lang.String pkcs12PasswordPath,
java.lang.String clientCertPath) |
void |
exportPKCS12(java.lang.String dbPath,
java.lang.String dbPassword,
java.lang.String pkcs12Path,
java.lang.String pkcs12PasswordPath,
java.lang.String nickname) |
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 ClientCertShowCLI(ClientCLI clientCLI)
public void createOptions()
public void execute(java.lang.String[] args)
throws java.lang.Exception
public void exportPKCS12(java.lang.String dbPath,
java.lang.String dbPassword,
java.lang.String pkcs12Path,
java.lang.String pkcs12PasswordPath,
java.lang.String nickname)
throws java.lang.Exception
java.lang.Exceptionpublic void exportClientCertificate(java.lang.String pkcs12Path,
java.lang.String pkcs12PasswordPath,
java.lang.String clientCertPath)
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