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
  • Field Details

    • logger

      public static org.slf4j.Logger logger
    • clientCLI

      public ClientCLI clientCLI
  • Constructor Details

    • ClientCertValidateCLI

      public ClientCertValidateCLI(ClientCLI clientCLI)
  • Method Details

    • createOptions

      public void createOptions()
      Overrides:
      createOptions in class CommandCLI
    • printHelp

      public void printHelp()
      Overrides:
      printHelp in class CLI
    • execute

      public void execute(org.apache.commons.cli.CommandLine cmd) throws Exception
      Overrides:
      execute in class CommandCLI
      Throws:
      Exception
    • verifySystemCertByNickname

      public boolean verifySystemCertByNickname(String nickname, String certusage) throws Exception
      Throws:
      Exception
    • getCertificateUsage

      public org.mozilla.jss.CertificateUsage getCertificateUsage(String certusage)