Interface TrustedCertificateSource

All Superinterfaces:
CertificateSource, Serializable
All Known Implementing Classes:
CommonTrustedCertificateSource, TrustedListsCertificateSource

public interface TrustedCertificateSource extends CertificateSource
The interface provides an abstraction of a eu.europa.esig.dss.spi.x509.CertificateSource containing trust anchors
  • Method Details

    • getAlternativeOCSPUrls

      List<String> getAlternativeOCSPUrls(CertificateToken trustAnchor)
      Returns a list of alternative OCSP access point Urls for certificates issued by the current trust anchor
      Parameters:
      trustAnchor - CertificateToken
      Returns:
      a list of Strings
    • getAlternativeCRLUrls

      List<String> getAlternativeCRLUrls(CertificateToken trustAnchor)
      Returns a list of alternative CRL access point Urls for certificates issued by the current trust anchor
      Parameters:
      trustAnchor - CertificateToken
      Returns:
      a list of Strings