Class SignerEntry


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

      • signer

        public org.xipki.security.ConcurrentContentSigner signer()
      • initSigner

        public void initSigner​(org.xipki.security.SecurityFactory securityFactory)
                        throws org.xipki.util.exception.ObjectCreationException
        Throws:
        org.xipki.util.exception.ObjectCreationException
      • signerIsHealthy

        public boolean signerIsHealthy()
      • setCertificate

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

        public String getName()
      • setName

        public void setName​(String name)
      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • getConf

        public String getConf()
      • setConf

        public void setConf​(String conf)
      • isFaulty

        public boolean isFaulty()
      • setFaulty

        public void setFaulty​(boolean certFaulty)
      • base64Cert

        public String base64Cert()
      • getCertificate

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

        public String toString​(boolean verbose)
      • toString

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

        public int hashCode()
        Overrides:
        hashCode in class Object