Uses of Class
eu.europa.esig.dss.spi.x509.revocation.ListRevocationSource
Packages that use ListRevocationSource
Package
Description
-
Uses of ListRevocationSource in eu.europa.esig.dss.evidencerecord.common.validation.timestamp
Fields in eu.europa.esig.dss.evidencerecord.common.validation.timestamp declared as ListRevocationSourceModifier and TypeFieldDescriptionprotected ListRevocationSource<CRL> EvidenceRecordTimestampSource.crlSourceCRL revocation source containing merged data from signature and timestampsprotected ListRevocationSource<OCSP> EvidenceRecordTimestampSource.ocspSourceOCSP revocation source containing merged data from signature and timestamps -
Uses of ListRevocationSource in eu.europa.esig.dss.pades.validation
Methods in eu.europa.esig.dss.pades.validation that return ListRevocationSourceModifier and TypeMethodDescriptionPAdESSignature.getCompleteCRLSource()PAdESSignature.getCompleteOCSPSource()Methods in eu.europa.esig.dss.pades.validation with parameters of type ListRevocationSourceModifier and TypeMethodDescriptionvoidPAdESSignature.setDssCRLSource(ListRevocationSource<CRL> dssCRLSource) Sets a joint DSS/VRI CRL SourcevoidPAdESSignature.setDssOCSPSource(ListRevocationSource<OCSP> dssOCSPSource) Sets a joint DSS/VRI OCSP Source -
Uses of ListRevocationSource in eu.europa.esig.dss.pades.validation.timestamp
Constructors in eu.europa.esig.dss.pades.validation.timestamp with parameters of type ListRevocationSourceModifierConstructorDescriptionPdfRevisionTimestampSource(PdfRevision pdfRevision, ListCertificateSource certificateSource, ListRevocationSource<CRL> crlSource, ListRevocationSource<OCSP> ocspSource) Default constructor -
Uses of ListRevocationSource in eu.europa.esig.dss.spi.signature
Methods in eu.europa.esig.dss.spi.signature that return ListRevocationSourceModifier and TypeMethodDescriptionAdvancedSignature.getCompleteCRLSource()Gets a ListRevocationSource representing a merged source fromsignatureCRLSourseand all included to the signature timestamp objectsDefaultAdvancedSignature.getCompleteCRLSource()AdvancedSignature.getCompleteOCSPSource()Gets a ListRevocationSource representing a merged source fromsignatureOCSPSourseand 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 signatures -
Uses of ListRevocationSource in eu.europa.esig.dss.spi.validation
Methods in eu.europa.esig.dss.spi.validation that return ListRevocationSourceModifier and TypeMethodDescriptionSignatureValidationContext.getDocumentCRLSource()ValidationContext.getDocumentCRLSource()Returns a list of all CRLOfflineRevocationSources extracted from a validating documentSignatureValidationContext.getDocumentOCSPSource()ValidationContext.getDocumentOCSPSource()Returns a list of all OCSPOfflineRevocationSources extracted from a validating documentMethods in eu.europa.esig.dss.spi.validation with parameters of type ListRevocationSourceModifier and TypeMethodDescriptionvoidSignatureValidationContext.addDocumentCRLSource(ListRevocationSource<CRL> crlSource) voidValidationContext.addDocumentCRLSource(ListRevocationSource<CRL> crlSource) Adds a list CRL source to the used list of sourcesvoidSignatureValidationContext.addDocumentOCSPSource(ListRevocationSource<OCSP> ocspSource) voidValidationContext.addDocumentOCSPSource(ListRevocationSource<OCSP> ocspSource) Adds a listd OCSP source to the used list of sources -
Uses of ListRevocationSource in eu.europa.esig.dss.spi.validation.timestamp
Fields in eu.europa.esig.dss.spi.validation.timestamp declared as ListRevocationSourceModifier and TypeFieldDescriptionprotected ListRevocationSource<CRL> SignatureTimestampSource.crlSourceCRL revocation source containing merged data from signature and timestampsprotected ListRevocationSource<OCSP> SignatureTimestampSource.ocspSourceOCSP revocation source containing merged data from signature and timestampsMethods in eu.europa.esig.dss.spi.validation.timestamp that return ListRevocationSourceModifier and TypeMethodDescriptionSignatureTimestampSource.getTimestampCRLSources()SignatureTimestampSource.getTimestampOCSPSources()Methods in eu.europa.esig.dss.spi.validation.timestamp with parameters of type ListRevocationSourceModifier 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 ofcrlRefsprotected 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 ofocspRefsprotected List<TimestampedReference> AbstractTimestampSource.getEncapsulatedValuesFromTimestamp(TimestampToken timestampedTimestamp, ListCertificateSource certificateSource, ListRevocationSource<CRL> crlSource, ListRevocationSource<OCSP> ocspSource) Gets a list of all validation data embedded to thetimestampedTimestampprotected List<TimestampedReference> AbstractTimestampSource.getReferencesFromTimestamp(TimestampToken timestampToken, ListCertificateSource certificateSource, ListRevocationSource<CRL> crlSource, ListRevocationSource<OCSP> ocspSource) Incorporates all references from the giventimestampToken -
Uses of ListRevocationSource in eu.europa.esig.dss.spi.x509.revocation
Methods in eu.europa.esig.dss.spi.x509.revocation with parameters of type ListRevocationSourceModifier and TypeMethodDescriptionvoidListRevocationSource.addAll(ListRevocationSource<R> listRevocationSource) Adds all sources from alistRevocationSourceto the list by keeping old values -
Uses of ListRevocationSource in eu.europa.esig.dss.spi.x509.tsp
Methods in eu.europa.esig.dss.spi.x509.tsp that return ListRevocationSourceModifier and TypeMethodDescriptionTimestampSource.getTimestampCRLSources()Returns a mergedListRevocationSourceof all embedded timestamp CRL sourcesTimestampSource.getTimestampOCSPSources()Returns a mergedListRevocationSourceof all embedded timestamp OCSP sources -
Uses of ListRevocationSource in eu.europa.esig.dss.validation.reports.diagnostic
Fields in eu.europa.esig.dss.validation.reports.diagnostic declared as ListRevocationSourceModifier and TypeFieldDescriptionprotected ListRevocationSource<CRL> SignedDocumentDiagnosticDataBuilder.documentCRLSourceThe list of all CRL revocation sources extracted from a validating document (signature(s), timestamp(s))protected ListRevocationSource<OCSP> SignedDocumentDiagnosticDataBuilder.documentOCSPSourceThe list of all OCSP revocation sources extracted from a validating document (signature(s), timestamp(s))Methods in eu.europa.esig.dss.validation.reports.diagnostic with parameters of type ListRevocationSourceModifier and TypeMethodDescriptionSignedDocumentDiagnosticDataBuilder.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)