Package eu.europa.esig.dss.spi.x509.aia
Class OnlineAIASource.CertificatesAndAIAUrl
java.lang.Object
eu.europa.esig.dss.spi.x509.aia.OnlineAIASource.CertificatesAndAIAUrl
- Enclosing interface:
OnlineAIASource
This class represent a returned object by the OnlineAIASource
-
Constructor Summary
ConstructorDescriptionCertificatesAndAIAUrl
(String aiaUrl, List<CertificateToken> certificates) Default constructor -
Method Summary
Modifier and TypeMethodDescriptionGets AIA Url used to download the certificatesList of downloaded certificates
-
Constructor Details
-
CertificatesAndAIAUrl
Default constructor- Parameters:
aiaUrl
-String
AIA Url used to download the certificatescertificates
- a list ofCertificateToken
s downloaded from the AIA Url
-
-
Method Details
-
getAiaUrl
Gets AIA Url used to download the certificates- Returns:
String
AIA Url
-
getCertificates
List of downloaded certificates- Returns:
- a list of
CertificateToken
s
-