Uses of Interface
eu.europa.esig.dss.spi.x509.aia.AIASource
Packages that use AIASource
Package
Description
-
Uses of AIASource in eu.europa.esig.dss.service.x509.aia
Classes in eu.europa.esig.dss.service.x509.aia that implement AIASourceModifier and TypeClassDescriptionclass
The class represents a JDBC cached AIA Source -
Uses of AIASource in eu.europa.esig.dss.spi.x509.aia
Subinterfaces of AIASource in eu.europa.esig.dss.spi.x509.aiaModifier and TypeInterfaceDescriptioninterface
This class is used to download certificates by AIA Urls from online resourcesClasses in eu.europa.esig.dss.spi.x509.aia that implement AIASourceModifier and TypeClassDescriptionclass
The class is used to download issuer certificates by AIA from remote sourcesclass
Abstract repository AIA source -
Uses of AIASource in eu.europa.esig.dss.validation
Methods in eu.europa.esig.dss.validation that return AIASourceModifier and TypeMethodDescriptionCertificateVerifier.getAIASource()
Gets the AIASource used to load aeu.europa.esig.dss.model.x509.CertificateToken
's issuer by defined AIA URI(s) within the tokenCommonCertificateVerifier.getAIASource()
Methods in eu.europa.esig.dss.validation with parameters of type AIASourceModifier and TypeMethodDescriptionvoid
CertificateVerifier.setAIASource
(AIASource aiaSource) Sets the AIASource used to load aeu.europa.esig.dss.model.x509.CertificateToken
's issuer by defined AIA URI(s) within the tokenvoid
CommonCertificateVerifier.setAIASource
(AIASource aiaSource) Constructors in eu.europa.esig.dss.validation with parameters of type AIASourceModifierConstructorDescriptionAIACertificateSource
(CertificateToken certificate, AIASource aiaSource) Default constructor