Class IssuerInfo


  • public class IssuerInfo
    extends Object
    Certificate issuer information.
    Since:
    2.0.0
    Author:
    Lijun Liao (xipki)
    • Method Detail

      • getCaIssuerUrls

        public Set<String> getCaIssuerUrls()
      • getOcspUrls

        public Set<String> getOcspUrls()
      • getCrlUrls

        public Set<String> getCrlUrls()
      • getDeltaCrlUrls

        public Set<String> getDeltaCrlUrls()
      • getCert

        public org.xipki.security.X509Cert getCert()
      • getSubjectKeyIdentifier

        public byte[] getSubjectKeyIdentifier()
      • isCutoffNotAfter

        public boolean isCutoffNotAfter()
      • getCaNotBefore

        public Instant getCaNotBefore()
      • getCaNotAfter

        public Instant getCaNotAfter()