Class SignerEntryWrapper


  • public class SignerEntryWrapper
    extends Object
    Wrapper of signer database entry.
    Since:
    2.0.0
    Author:
    Lijun Liao (xipki)
    • Constructor Detail

      • SignerEntryWrapper

        public SignerEntryWrapper()
    • Method Detail

      • setDbEntry

        public void setDbEntry​(org.xipki.ca.api.mgmt.entry.SignerEntry dbEntry)
      • getSigner

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

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

        public org.xipki.ca.api.mgmt.entry.SignerEntry getDbEntry()
      • isHealthy

        public boolean isHealthy()
      • getSubjectAsGeneralName

        public org.bouncycastle.asn1.x509.GeneralName getSubjectAsGeneralName()
      • getSubject

        public org.bouncycastle.asn1.x500.X500Name getSubject()