Class CertprofileEntry


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

      • CertprofileEntry

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

      • setIdent

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

        public void setType​(String type)
      • setConf

        public void setConf​(String conf)
      • getIdent

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

        public String getType()
      • getConf

        public String getConf()
      • isFaulty

        public boolean isFaulty()
      • setFaulty

        public void setFaulty​(boolean faulty)
      • toString

        public String toString​(boolean verbose)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object