Class CertInfoProfile


  • public class CertInfoProfile
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.slf4j.Logger logger  
    • Constructor Summary

      Constructors 
      Constructor Description
      CertInfoProfile​(java.lang.String cfg)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()  
      java.lang.String getID()  
      java.lang.String getName()  
      java.lang.String getProfileIDMapping()  
      java.lang.String getProfileSetIDMapping()  
      void populate​(com.netscape.certsrv.request.IRequest request, org.mozilla.jss.netscape.security.x509.X509CertInfo info)  
      void populate​(org.mozilla.jss.netscape.security.x509.X509CertInfo info)  
      • 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

      • CertInfoProfile

        public CertInfoProfile​(java.lang.String cfg)
                        throws java.lang.Exception
        Throws:
        java.lang.Exception
    • Method Detail

      • getID

        public java.lang.String getID()
      • getName

        public java.lang.String getName()
      • getDescription

        public java.lang.String getDescription()
      • getProfileIDMapping

        public java.lang.String getProfileIDMapping()
      • getProfileSetIDMapping

        public java.lang.String getProfileSetIDMapping()
      • populate

        public void populate​(org.mozilla.jss.netscape.security.x509.X509CertInfo info)
                      throws java.lang.Exception
        Throws:
        java.lang.Exception
      • populate

        public void populate​(com.netscape.certsrv.request.IRequest request,
                             org.mozilla.jss.netscape.security.x509.X509CertInfo info)
                      throws java.lang.Exception
        Throws:
        java.lang.Exception