Class OnlineAIASource.CertificatesAndAIAUrl

java.lang.Object
eu.europa.esig.dss.spi.x509.aia.OnlineAIASource.CertificatesAndAIAUrl
Enclosing interface:
OnlineAIASource

@Deprecated public static class OnlineAIASource.CertificatesAndAIAUrl extends Object
Deprecated.
since DSS 5.13. To be removed.
This class represent a returned object by the OnlineAIASource
  • Constructor Details

    • CertificatesAndAIAUrl

      public CertificatesAndAIAUrl(String aiaUrl, List<CertificateToken> certificates)
      Deprecated.
      Default constructor
      Parameters:
      aiaUrl - String AIA Url used to download the certificates
      certificates - a list of CertificateTokens downloaded from the AIA Url
  • Method Details

    • getAiaUrl

      public String getAiaUrl()
      Deprecated.
      Gets AIA Url used to download the certificates
      Returns:
      String AIA Url
    • getCertificates

      public List<CertificateToken> getCertificates()
      Deprecated.
      List of downloaded certificates
      Returns:
      a list of CertificateTokens