- All Superinterfaces:
AIASource,Serializable
Deprecated.
since DSS 5.13. To be removed later.
This class is used to download certificates by AIA Urls from online resources
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classDeprecated.since DSS 5.13. -
Method Summary
Modifier and TypeMethodDescriptiongetCertificatesAndAIAUrls(eu.europa.esig.dss.model.x509.CertificateToken certificateToken) Deprecated.since DSS 5.13.voidsetDataLoader(DataLoader dataLoader) Deprecated.since DSS 5.13.Methods inherited from interface eu.europa.esig.dss.spi.x509.aia.AIASource
getCertificatesByAIA
-
Method Details
-
setDataLoader
Deprecated.since DSS 5.13. Method#setDataLoaderto be used directly in implementationSets the data loader to be used to download a certificate token by AIA- Parameters:
dataLoader-DataLoader
-
getCertificatesAndAIAUrls
@Deprecated List<OnlineAIASource.CertificatesAndAIAUrl> getCertificatesAndAIAUrls(eu.europa.esig.dss.model.x509.CertificateToken certificateToken) Deprecated.since DSS 5.13. Use#getCertificatesByAIA(certificateToken)andCertificateToken.getSourceURL()methodsThe method returns a collection of processed URLs and the corresponding downloaded certificates- Parameters:
certificateToken-CertificateTokento obtain AIA certificates for- Returns:
- a list of
OnlineAIASource.CertificatesAndAIAUrls
-