Package com.netscape.cmstools.client
Class ClientCertValidateCLI
- java.lang.Object
-
- org.dogtagpki.cli.CLI
-
- org.dogtagpki.cli.CommandCLI
-
- com.netscape.cmstools.client.ClientCertValidateCLI
-
public class ClientCertValidateCLI extends CommandCLI
- Author:
- Ade Lee
-
-
Constructor Summary
Constructors Constructor Description ClientCertValidateCLI(ClientCLI clientCLI)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreateOptions()voidexecute(org.apache.commons.cli.CommandLine cmd)org.mozilla.jss.CertificateUsagegetCertificateUsage(java.lang.String certusage)voidprintHelp()booleanverifySystemCertByNickname(java.lang.String nickname, java.lang.String certusage)-
Methods inherited from class org.dogtagpki.cli.CommandCLI
execute
-
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
-
logger
public static org.slf4j.Logger logger
-
clientCLI
public ClientCLI clientCLI
-
-
Constructor Detail
-
ClientCertValidateCLI
public ClientCertValidateCLI(ClientCLI clientCLI)
-
-
Method Detail
-
createOptions
public void createOptions()
- Overrides:
createOptionsin classCommandCLI
-
execute
public void execute(org.apache.commons.cli.CommandLine cmd) throws java.lang.Exception- Overrides:
executein classCommandCLI- Throws:
java.lang.Exception
-
verifySystemCertByNickname
public boolean verifySystemCertByNickname(java.lang.String nickname, java.lang.String certusage) throws java.lang.Exception- Throws:
java.lang.Exception
-
getCertificateUsage
public org.mozilla.jss.CertificateUsage getCertificateUsage(java.lang.String certusage)
-
-