Uses of Class
eu.europa.esig.dss.validation.ListRevocationSource
Package
Description
-
Uses of ListRevocationSource in eu.europa.esig.dss.pades.validation
Modifier and TypeMethodDescriptionPAdESSignature.getCompleteCRLSource()
PAdESSignature.getCompleteOCSPSource()
Modifier and TypeMethodDescriptionvoid
PAdESSignature.setDssCRLSource
(ListRevocationSource<CRL> dssCRLSource) Sets a joint DSS/VRI CRL Sourcevoid
PAdESSignature.setDssOCSPSource
(ListRevocationSource<OCSP> dssOCSPSource) Sets a joint DSS/VRI OCSP Source -
Uses of ListRevocationSource in eu.europa.esig.dss.pades.validation.timestamp
ModifierConstructorDescriptionPdfRevisionTimestampSource
(PdfRevision pdfRevision, ListCertificateSource certificateSource, ListRevocationSource<CRL> crlSource, ListRevocationSource<OCSP> ocspSource) Default constructor -
Uses of ListRevocationSource in eu.europa.esig.dss.validation
Modifier and TypeFieldDescriptionprotected ListRevocationSource<CRL>
SignedDocumentDiagnosticDataBuilder.documentCRLSource
The list of all CRL revocation sources extracted from a validating document (signature(s), timestamp(s))protected ListRevocationSource<OCSP>
SignedDocumentDiagnosticDataBuilder.documentOCSPSource
The list of all OCSP revocation sources extracted from a validating document (signature(s), timestamp(s))Modifier and TypeMethodDescriptionAdvancedSignature.getCompleteCRLSource()
Gets a ListRevocationSource representing a merged source fromsignatureCRLSourse
and all included to the signature timestamp objectsDefaultAdvancedSignature.getCompleteCRLSource()
AdvancedSignature.getCompleteOCSPSource()
Gets a ListRevocationSource representing a merged source fromsignatureOCSPSourse
and all included to the signature timestamp objectsDefaultAdvancedSignature.getCompleteOCSPSource()
protected ListRevocationSource<CRL>
DefaultAdvancedSignature.getCounterSignaturesCRLSource()
Returns a merged CRL source for values incorporated within counter signaturesprotected ListRevocationSource<OCSP>
DefaultAdvancedSignature.getCounterSignaturesOCSPSource()
Returns a merged OCSP source for values incorporated within counter signaturesSignatureValidationContext.getDocumentCRLSource()
ValidationContext.getDocumentCRLSource()
Returns a list of all CRLOfflineRevocationSource
s extracted from a validating documentSignatureValidationContext.getDocumentOCSPSource()
ValidationContext.getDocumentOCSPSource()
Returns a list of all OCSPOfflineRevocationSource
s extracted from a validating documentModifier and TypeMethodDescriptionvoid
ListRevocationSource.addAll
(ListRevocationSource<R> listRevocationSource) Adds all sources from alistRevocationSource
to the list by keeping old valuesvoid
SignatureValidationContext.addDocumentCRLSource
(ListRevocationSource<CRL> crlSource) void
ValidationContext.addDocumentCRLSource
(ListRevocationSource<CRL> crlSource) Adds a list CRL source to the used list of sourcesvoid
SignatureValidationContext.addDocumentOCSPSource
(ListRevocationSource<OCSP> ocspSource) void
ValidationContext.addDocumentOCSPSource
(ListRevocationSource<OCSP> ocspSource) Adds a listd OCSP source to the used list of sourcesSignedDocumentDiagnosticDataBuilder.documentCRLSource
(ListRevocationSource<CRL> documentCRLSource) Sets a document CRL Source containing all sources extracted from the provided signature(s)/timestamp(s)SignedDocumentDiagnosticDataBuilder.documentOCSPSource
(ListRevocationSource<OCSP> documentCRLSource) Sets a document OCSP Source containing all sources extracted from the provided signature(s)/timestamp(s) -
Uses of ListRevocationSource in eu.europa.esig.dss.validation.timestamp
Modifier and TypeFieldDescriptionprotected ListRevocationSource<CRL>
SignatureTimestampSource.crlSource
CRL revocation source containing merged data from signature and timestampsprotected ListRevocationSource<OCSP>
SignatureTimestampSource.ocspSource
OCSP revocation source containing merged data from signature and timestampsModifier and TypeMethodDescriptionSignatureTimestampSource.getTimestampCRLSources()
TimestampSource.getTimestampCRLSources()
Returns a mergedListRevocationSource
of all embedded timestamp CRL sourcesSignatureTimestampSource.getTimestampOCSPSources()
TimestampSource.getTimestampOCSPSources()
Returns a mergedListRevocationSource
of all embedded timestamp OCSP sourcesModifier and TypeMethodDescriptionprotected List<TimestampedReference>
AbstractTimestampSource.createReferencesForCRLRefs
(Collection<? extends RevocationRef<CRL>> crlRefs, OfflineRevocationSource<CRL> currentCRLSource, ListRevocationSource<CRL> listCRLSource) Returns a list of timestamped references from the given collection ofcrlRefs
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