Class UserCertCLI


  • public class UserCertCLI
    extends org.dogtagpki.cli.CLI
    Author:
    Endi S. Dewata
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.slf4j.Logger logger  
      • Fields inherited from class org.dogtagpki.cli.CLI

        client, description, formatter, modules, name, options, parser, verbose
    • Constructor Summary

      Constructors 
      Constructor Description
      UserCertCLI​(UserCLI parent)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getManPage()  
      com.netscape.certsrv.user.UserClient getUserClient()  
      static void printCert​(com.netscape.certsrv.user.UserCertData userCertData, boolean showPrettyPrint, boolean showEncoded)  
      • Methods inherited from class org.dogtagpki.cli.CLI

        addModule, execute, findModule, findModules, getClient, getClient, getConfig, getDescription, getFullModuleName, getFullName, getModule, getModules, getName, getParent, getRoot, isDeprecated, printCommands, printHelp, removeModule, runExternal, runExternal, setDescription, setName
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • logger

        public static org.slf4j.Logger logger
    • Constructor Detail

      • UserCertCLI

        public UserCertCLI​(UserCLI parent)
    • Method Detail

      • getManPage

        public java.lang.String getManPage()
        Overrides:
        getManPage in class org.dogtagpki.cli.CLI
      • getUserClient

        public com.netscape.certsrv.user.UserClient getUserClient()
                                                           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • printCert

        public static void printCert​(com.netscape.certsrv.user.UserCertData userCertData,
                                     boolean showPrettyPrint,
                                     boolean showEncoded)