public class ClientCertImportCLI extends CommandCLI
Modifier and Type | Field and Description |
---|---|
ClientCLI |
clientCLI |
static org.slf4j.Logger |
logger |
Constructor and Description |
---|
ClientCertImportCLI(ClientCLI clientCLI) |
Modifier and Type | Method and Description |
---|---|
void |
createOptions() |
void |
execute(org.apache.commons.cli.CommandLine cmd) |
void |
importPKCS12(java.io.File dbPath,
java.io.File dbPasswordFile,
java.lang.String pkcs12File,
java.lang.String pkcs12PasswordFile) |
void |
importPKCS7(java.lang.String pkcs7Path,
java.lang.String nickname,
java.lang.String trustAttributes) |
void |
printHelp() |
execute
addModule, findModule, findModules, getClient, getClient, getConfig, getDescription, getFullModuleName, getFullName, getManPage, getModule, getModules, getName, getParent, getRoot, isDeprecated, printCommands, removeModule, runExternal, runExternal, setDescription, setName
public static org.slf4j.Logger logger
public ClientCLI clientCLI
public ClientCertImportCLI(ClientCLI clientCLI)
public void createOptions()
createOptions
in class CommandCLI
public void execute(org.apache.commons.cli.CommandLine cmd) throws java.lang.Exception
execute
in class CommandCLI
java.lang.Exception
public void importPKCS7(java.lang.String pkcs7Path, java.lang.String nickname, java.lang.String trustAttributes) throws java.lang.Exception
java.lang.Exception
public void importPKCS12(java.io.File dbPath, java.io.File dbPasswordFile, java.lang.String pkcs12File, java.lang.String pkcs12PasswordFile) throws java.lang.Exception
java.lang.Exception