Uses of Class
eu.europa.esig.dss.spi.x509.ListCertificateSource
Package
Description
-
Uses of ListCertificateSource in eu.europa.esig.dss.cades.validation.timestamp
ModifierConstructorDescriptionCAdESTimestampMessageDigestBuilder
(CAdESSignature signature, ListCertificateSource certificateSource, DigestAlgorithm digestAlgorithm) The constructor to compute message-imprint for timestamps related to thesignature
CAdESTimestampMessageDigestBuilder
(CAdESSignature signature, ListCertificateSource certificateSource, TimestampToken timestampToken) The constructor to compute message-imprint for timestamps related to thesignature
-
Uses of ListCertificateSource in eu.europa.esig.dss.evidencerecord.common.validation.timestamp
Modifier and TypeFieldDescriptionprotected ListCertificateSource
EvidenceRecordTimestampSource.certificateSource
CertificateSource containing merged data from signature and timestamps -
Uses of ListCertificateSource in eu.europa.esig.dss.pades.validation
Modifier and TypeMethodDescriptionvoid
PAdESSignature.setDssCertificateSource
(ListCertificateSource dssCertificateSource) Sets a joint DSS/VRI Certificate Source -
Uses of ListCertificateSource in eu.europa.esig.dss.pades.validation.timestamp
ModifierConstructorDescriptionPdfRevisionTimestampSource
(PdfRevision pdfRevision, ListCertificateSource certificateSource, ListRevocationSource<CRL> crlSource, ListRevocationSource<OCSP> ocspSource) Default constructor -
Uses of ListCertificateSource in eu.europa.esig.dss.spi.signature
Modifier and TypeMethodDescriptionprotected ListCertificateSource
BaselineRequirementsChecker.getCertificateSourcesExceptLastArchiveTimestamp()
Returns a list of certificate sources with an exception to the last archive timestamp if applicableAdvancedSignature.getCompleteCertificateSource()
Gets a ListCertificateSource representing a merged source fromsignatureCertificateSource
and all included to the signature timestamp objectsDefaultAdvancedSignature.getCompleteCertificateSource()
protected ListCertificateSource
DefaultAdvancedSignature.getCounterSignaturesCertificateSource()
Returns a merged certificate source for values incorporated within counter signatures -
Uses of ListCertificateSource in eu.europa.esig.dss.spi.validation
Modifier and TypeMethodDescriptionCertificateVerifier.getAdjunctCertSources()
Returns the list of adjunct certificate sources assigned to this verifier.CommonCertificateVerifier.getAdjunctCertSources()
SignatureValidationContext.getAllCertificateSources()
ValidationContext.getAllCertificateSources()
Returns a list of allCertificateSource
s used during the validation process.SignatureValidationContext.getDocumentCertificateSource()
ValidationContext.getDocumentCertificateSource()
Returns a list of allCertificateSource
s extracted from a validating document (signature(s), timestamp(s))CertificateVerifier.getTrustedCertSources()
Returns the trusted certificate sources associated with this verifier.CommonCertificateVerifier.getTrustedCertSources()
Modifier and TypeMethodDescriptionvoid
SignatureValidationContext.addDocumentCertificateSource
(ListCertificateSource listCertificateSource) void
ValidationContext.addDocumentCertificateSource
(ListCertificateSource listCertificateSource) Adds a list certificate source to the used list of sourcesvoid
CertificateVerifier.setAdjunctCertSources
(ListCertificateSource adjunctListCertificateSource) Sets a list of adjunct certificate sourcesvoid
CommonCertificateVerifier.setAdjunctCertSources
(ListCertificateSource adjunctListCertificateSource) void
CertificateVerifier.setTrustedCertSources
(ListCertificateSource trustedListCertificateSource) Sets a list of trusted certificate sourcesvoid
CommonCertificateVerifier.setTrustedCertSources
(ListCertificateSource trustedListCertificateSource) -
Uses of ListCertificateSource in eu.europa.esig.dss.spi.validation.timestamp
Modifier and TypeFieldDescriptionprotected ListCertificateSource
SignatureTimestampSource.certificateSource
CertificateSource containing merged data from signature and timestampsModifier and TypeMethodDescriptionSignatureTimestampSource.getTimestampCertificateSources()
SignatureTimestampSource.getTimestampCertificateSourcesExceptLastArchiveTimestamp()
Modifier and TypeMethodDescriptionprotected List
<TimestampedReference> AbstractTimestampSource.createReferencesForCertificateRefs
(Collection<CertificateRef> certificateRefs, CertificateSource currentCertificateSource, ListCertificateSource listCertificateSource) Returns a list of timestamped references from the given collection ofcertificateRefs
protected List
<TimestampedReference> AbstractTimestampSource.createReferencesForOCSPBinaries
(Collection<? extends EncapsulatedRevocationTokenIdentifier<OCSP>> ocspBinaryIdentifiers, ListCertificateSource certificateSource) Creates a list ofTimestampedReference
s from a collection ofOCSPResponseBinary
sprotected List
<TimestampedReference> AbstractTimestampSource.createReferencesForOCSPBinary
(OCSPResponseBinary ocspResponseBinary, ListCertificateSource certificateSource) Creates a list ofTimestampedReference
s for aOCSPResponseBinary
protected List
<TimestampedReference> AbstractTimestampSource.createReferencesForOCSPRefs
(Collection<? extends RevocationRef<OCSP>> ocspRefs, OfflineRevocationSource<OCSP> currentOCSPSource, ListCertificateSource listCertificateSource, ListRevocationSource<OCSP> listOCSPSource) Returns a list of timestamped references from the given collection ofocspRefs
protected List
<TimestampedReference> AbstractTimestampSource.getEncapsulatedValuesFromTimestamp
(TimestampToken timestampedTimestamp, ListCertificateSource certificateSource, ListRevocationSource<CRL> crlSource, ListRevocationSource<OCSP> ocspSource) Gets a list of all validation data embedded to thetimestampedTimestamp
protected List
<TimestampedReference> AbstractTimestampSource.getReferencesFromTimestamp
(TimestampToken timestampToken, ListCertificateSource certificateSource, ListRevocationSource<CRL> crlSource, ListRevocationSource<OCSP> ocspSource) Incorporates all references from the giventimestampToken
-
Uses of ListCertificateSource in eu.europa.esig.dss.spi.x509
Modifier and TypeMethodDescriptionvoid
ListCertificateSource.addAll
(ListCertificateSource listCertificateSource) Allows to add a list of embedded certificate sources to the list of certificate sources -
Uses of ListCertificateSource in eu.europa.esig.dss.spi.x509.tsp
Modifier and TypeMethodDescriptionTimestampSource.getTimestampCertificateSources()
Returns a mergedListCertificateSource
of all embedded timestamp certificate sourcesTimestampSource.getTimestampCertificateSourcesExceptLastArchiveTimestamp()
Returns a mergedListCertificateSource
of all embedded timestamp certificate sources except the latest Archive Timestamp -
Uses of ListCertificateSource in eu.europa.esig.dss.validation.reports.diagnostic
Modifier and TypeFieldDescriptionprotected ListCertificateSource
DiagnosticDataBuilder.allCertificateSources
The list of all certificate sourcesprotected ListCertificateSource
SignedDocumentDiagnosticDataBuilder.documentCertificateSource
The list of all certificate sources extracted from a validating document (signature(s), timestamp(s))Modifier and TypeMethodDescriptionCertificateDiagnosticDataBuilder.allCertificateSources
(ListCertificateSource trustedCertSources) DiagnosticDataBuilder.allCertificateSources
(ListCertificateSource allCertificateSources) This method allows to setListCertificateSource
containing all certificate sources used in the validator (including trusted certificate sources)SignedDocumentDiagnosticDataBuilder.allCertificateSources
(ListCertificateSource trustedCertSources) SignedDocumentDiagnosticDataBuilder.documentCertificateSource
(ListCertificateSource documentCertificateSource) Sets a document Certificate Source containing all sources extracted from the provided signature(s)/timestamp(s)