Uses of Class
eu.europa.esig.dss.spi.x509.TokenCertificateSource
Package
Description
-
Uses of TokenCertificateSource in eu.europa.esig.dss.cades.validation
Modifier and TypeClassDescriptionclass
CertificateSource that retrieves items from a CAdES Signature -
Uses of TokenCertificateSource in eu.europa.esig.dss.jades.validation
Modifier and TypeClassDescriptionclass
Extracts and stores certificates from a JAdES signature -
Uses of TokenCertificateSource in eu.europa.esig.dss.pades.validation
Modifier and TypeClassDescriptionclass
CertificateSource that will retrieve the certificate from a PAdES Signature -
Uses of TokenCertificateSource in eu.europa.esig.dss.pades.validation.dss
Modifier and TypeClassDescriptionclass
Represents a merged result of extracted certificate sources from /DSS revisions of a PDF documentclass
The certificate source extracted from a DSS dictionary -
Uses of TokenCertificateSource in eu.europa.esig.dss.spi.x509.revocation
Modifier and TypeClassDescriptionclass
Represents a certificate source present into a revocation token -
Uses of TokenCertificateSource in eu.europa.esig.dss.spi.x509.revocation.ocsp
Modifier and TypeClassDescriptionclass
Represents a Source of certificates embedded into an OCSP Token -
Uses of TokenCertificateSource in eu.europa.esig.dss.validation
Modifier and TypeClassDescriptionclass
CMS certificate sourceclass
The advanced signature contains a list of certificate that was needed to validate the signature.Modifier and TypeMethodDescriptionprotected XmlFoundCertificates
DiagnosticDataBuilder.getXmlFoundCertificates
(Identifier tokenIdentifier, TokenCertificateSource certificateSource) Returns found certificates from the sourceprotected XmlOrphanCertificate
DiagnosticDataBuilder.getXmlOrphanCertificate
(CertificateOrigin origin, CertificateToken certificateToken, TokenCertificateSource certificateSource, CertificateToken signingCertificate) This method builds anXmlOrphanCertificateToken
protected List<XmlRelatedCertificate>
DiagnosticDataBuilder.getXmlRelatedCertificateForOrphanReferences
(TokenCertificateSource certificateSource) Returns a list ofXmlRelatedCertificate
s for orphan references withincertificateSource
protected void
DiagnosticDataBuilder.populateCertificateOriginMap
(Map<String, XmlRelatedCertificate> relatedCertificatesMap, CertificateOrigin origin, List<CertificateToken> certificateTokens, TokenCertificateSource certificateSource) Fills the certificates origins map with the given propertiesprotected void
DiagnosticDataBuilder.populateOrphanCertificateOriginMap
(Map<String, XmlOrphanCertificate> orphanCertificatesMap, CertificateOrigin origin, List<CertificateToken> certificateTokens, TokenCertificateSource certificateSource, CertificateToken signingCertificate) Fills the orphan certificate map with the given valuesprotected XmlRelatedCertificate
DiagnosticDataBuilder.populateXmlRelatedCertificatesList
(CertificateOrigin origin, CertificateToken cert, TokenCertificateSource certificateSource) Builds anXmlRelatedCertificate
protected void
DiagnosticDataBuilder.populateXmlRelatedCertificatesList
(List<XmlRelatedCertificate> relatesCertificates, TokenCertificateSource certificateSource, CertificateToken cert, CertificateRef certificateRef) Builds anXmlRelatedCertificate
and populates therelatesCertificates
list -
Uses of TokenCertificateSource in eu.europa.esig.dss.validation.timestamp
Modifier and TypeClassDescriptionclass
A timestamp CMS certificate source -
Uses of TokenCertificateSource in eu.europa.esig.dss.xades.validation
Modifier and TypeClassDescriptionclass
This class provides the mechanism to retrieve certificates contained in a XAdES signature.