Module jpms_dss_spi

Interface AIASource

All Superinterfaces:
Serializable
All Known Subinterfaces:
OnlineAIASource
All Known Implementing Classes:
CompositeAIASource, DefaultAIASource, RepositoryAIASource

public interface AIASource extends Serializable
Interface that allows loading of issuing certificates by defined AIA URI within a eu.europa.esig.dss.model.x509.CertificateToken
  • Method Summary

    Modifier and Type
    Method
    Description
    Set<eu.europa.esig.dss.model.x509.CertificateToken>
    getCertificatesByAIA(eu.europa.esig.dss.model.x509.CertificateToken certificateToken)
    Loads a set of CertificateTokens accessed by AIA URIs from the provided certificateToken
  • Method Details

    • getCertificatesByAIA

      Set<eu.europa.esig.dss.model.x509.CertificateToken> getCertificatesByAIA(eu.europa.esig.dss.model.x509.CertificateToken certificateToken)
      Loads a set of CertificateTokens accessed by AIA URIs from the provided certificateToken
      Parameters:
      certificateToken - CertificateToken to get issuer candidates for
      Returns:
      a set of issuer candidates accessed by AIA URIs