Class CertprofileEntry


  • public class CertprofileEntry
    extends MgmtEntry
    Management Entry Certificate Entry.
    Author:
    Lijun Liao (xipki)
    • Constructor Summary

      Constructors 
      Constructor Description
      CertprofileEntry​(org.xipki.ca.api.NameId ident, java.lang.String type, java.lang.String conf)  
    • Constructor Detail

      • CertprofileEntry

        public CertprofileEntry​(org.xipki.ca.api.NameId ident,
                                java.lang.String type,
                                java.lang.String conf)
    • Method Detail

      • setIdent

        public void setIdent​(org.xipki.ca.api.NameId ident)
      • setType

        public void setType​(java.lang.String type)
      • setConf

        public void setConf​(java.lang.String conf)
      • getIdent

        public org.xipki.ca.api.NameId getIdent()
      • getType

        public java.lang.String getType()
      • getConf

        public java.lang.String getConf()
      • isFaulty

        public boolean isFaulty()
      • setFaulty

        public void setFaulty​(boolean faulty)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • toString

        public java.lang.String toString​(boolean verbose)
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object