Class SignerEntry


  • public class SignerEntry
    extends MgmtEntry
    Management Entry Signer.
    Author:
    Lijun Liao (xipki)
    • Method Detail

      • getName

        public String getName()
      • getType

        public String getType()
      • setConf

        public void setConf​(String conf)
      • getConf

        public String getConf()
      • getCertificate

        public org.xipki.security.X509Cert getCertificate()
      • setCertificate

        public void setCertificate​(org.xipki.security.X509Cert certificate)
      • getBase64Cert

        public String getBase64Cert()
      • isFaulty

        public boolean isFaulty()
      • setConfFaulty

        public void setConfFaulty​(boolean confFaulty)
      • toString

        public String toString​(boolean verbose)
      • toString

        public String toString​(boolean verbose,
                               boolean ignoreSensitiveInfo)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object