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.pki.x509.aia
Classes in eu.europa.esig.dss.pki.x509.aia that implement AIASourceModifier and TypeClassDescriptionclass
Implementation ofAIASource
used to return a list of CA issuers for the providedCertificateToken
, available in the current PKICertEntityRepository
. -
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.validation
Methods in eu.europa.esig.dss.spi.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.spi.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) -
Uses of AIASource in eu.europa.esig.dss.spi.x509.aia
Classes in eu.europa.esig.dss.spi.x509.aia that implement AIASourceModifier and TypeClassDescriptionclass
This class allows to retrieve a AIA with different sources.class
The class is used to download issuer certificates by AIA from remote sourcesclass
Abstract repository AIA sourceFields in eu.europa.esig.dss.spi.x509.aia declared as AIASourceModifier and TypeFieldDescriptionprotected AIASource
RepositoryAIASource.proxiedSource
Data source is used to access certificate tokens that are not present in the repositoryMethods in eu.europa.esig.dss.spi.x509.aia with parameters of type AIASourceModifier and TypeMethodDescriptionvoid
RepositoryAIASource.setProxySource
(AIASource proxiedSource) Sets a source to access an AIA in case the requested certificates are not present in the repositoryMethod parameters in eu.europa.esig.dss.spi.x509.aia with type arguments of type AIASourceModifier and TypeMethodDescriptionvoid
CompositeAIASource.setAIASources
(Map<String, AIASource> aIASource) This setter allows to provide multiple aIASource.Constructors in eu.europa.esig.dss.spi.x509.aia with parameters of type AIASourceModifierConstructorDescriptionAIACertificateSource
(CertificateToken certificate, AIASource aiaSource) Default constructor