Uses of Interface
eu.europa.esig.dss.spi.x509.aia.AIASource
Package
Description
-
Uses of AIASource in eu.europa.esig.dss.pki.x509.aia
Modifier 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
Modifier and TypeClassDescriptionclass
The class represents a JDBC cached AIA Source -
Uses of AIASource in eu.europa.esig.dss.spi.validation
Modifier 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()
Modifier 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
Modifier 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 sourceModifier and TypeFieldDescriptionprotected AIASource
RepositoryAIASource.proxiedSource
Data source is used to access certificate tokens that are not present in the repositoryModifier and TypeMethodDescriptionvoid
RepositoryAIASource.setProxySource
(AIASource proxiedSource) Sets a source to access an AIA in case the requested certificates are not present in the repositoryModifier and TypeMethodDescriptionvoid
CompositeAIASource.setAIASources
(Map<String, AIASource> aIASource) This setter allows to provide multiple aIASource.ModifierConstructorDescriptionAIACertificateSource
(CertificateToken certificate, AIASource aiaSource) Default constructor