Uses of Class
eu.europa.esig.dss.spi.x509.revocation.OfflineRevocationSource
Packages that use OfflineRevocationSource
Package
Description
-
Uses of OfflineRevocationSource in eu.europa.esig.dss.cades.validation
Subclasses of OfflineRevocationSource in eu.europa.esig.dss.cades.validationModifier and TypeClassDescriptionclassThe CRL source for a CAdES signatureclassThe OCSP source for a CAdES signature -
Uses of OfflineRevocationSource in eu.europa.esig.dss.evidencerecord.common.validation
Modifier and TypeClassDescriptionclassExtracts and returns CRL tokens embedded within an Evidence Record structureclassExtracts and returns OCSP tokens embedded within an Evidence Record structureMethods in eu.europa.esig.dss.evidencerecord.common.validation that return OfflineRevocationSourceModifier and TypeMethodDescriptionDefaultEvidenceRecord.getCRLSource()DefaultEvidenceRecord.getOCSPSource() -
Uses of OfflineRevocationSource in eu.europa.esig.dss.jades.validation
Subclasses of OfflineRevocationSource in eu.europa.esig.dss.jades.validationModifier and TypeClassDescriptionclassExtracts and stores CRLs from a JAdES signatureclassExtracts and stores OCSPs from a JAdES signature -
Uses of OfflineRevocationSource in eu.europa.esig.dss.pades.validation
Subclasses of OfflineRevocationSource in eu.europa.esig.dss.pades.validationModifier and TypeClassDescriptionclassCRLSource that will retrieve the CRL from a PAdES SignatureclassOCSPSource that retrieves the OCSPResp from a PAdES SignatureclassRepresents a source of CRL tokens extracted from a PDF's CMSclassRepresents a source of OCSP tokens extracted from a PDF's CMS -
Uses of OfflineRevocationSource in eu.europa.esig.dss.pades.validation.dss
Subclasses of OfflineRevocationSource in eu.europa.esig.dss.pades.validation.dssModifier and TypeClassDescriptionclassRepresents a merged result of extracted CRL binaries from different /DSS revisions of a PDF documentclassRepresents a merged result of extracted OCSP binaries from different /DSS revisions of a PDF documentclassThe CRL source extracted from a DSS dictionaryclassThe OCSP source extracted from a DSS dictionary -
Uses of OfflineRevocationSource in eu.europa.esig.dss.spi.signature
Methods in eu.europa.esig.dss.spi.signature that return OfflineRevocationSourceModifier and TypeMethodDescriptionAdvancedSignature.getCRLSource()Gets a CRL source which contains ALL CRLs embedded in the signature.AdvancedSignature.getOCSPSource()Gets an OCSP source which contains ALL OCSP responses embedded in the signature. -
Uses of OfflineRevocationSource in eu.europa.esig.dss.spi.validation
Methods in eu.europa.esig.dss.spi.validation with parameters of type OfflineRevocationSourceModifier and TypeMethodDescriptionvoidSignatureValidationContext.addDocumentCRLSource(OfflineRevocationSource<CRL> crlSource) voidValidationContext.addDocumentCRLSource(OfflineRevocationSource<CRL> crlSource) Adds an extracted CRL source to the used list of sourcesvoidSignatureValidationContext.addDocumentOCSPSource(OfflineRevocationSource<OCSP> ocspSource) voidValidationContext.addDocumentOCSPSource(OfflineRevocationSource<OCSP> ocspSource) Adds an extracted OCSP source to the used list of sources -
Uses of OfflineRevocationSource in eu.europa.esig.dss.spi.validation.timestamp
Methods in eu.europa.esig.dss.spi.validation.timestamp with parameters of type OfflineRevocationSourceModifier 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 ofocspRefs -
Uses of OfflineRevocationSource in eu.europa.esig.dss.spi.x509
Subclasses of OfflineRevocationSource in eu.europa.esig.dss.spi.x509Modifier and TypeClassDescriptionclassCRLSource that retrieves information from aCMSSignedDatacontainer.classOCSPSource that retrieves information from aCMSSignedDatacontainer. -
Uses of OfflineRevocationSource in eu.europa.esig.dss.spi.x509.evidencerecord
Methods in eu.europa.esig.dss.spi.x509.evidencerecord that return OfflineRevocationSourceModifier and TypeMethodDescriptionEvidenceRecord.getCRLSource()Gets a CRL source which contains ALL CRLs embedded in the evidence record.EvidenceRecord.getOCSPSource()Gets an OCSP source which contains ALL OCSP responses embedded in the evidence record. -
Uses of OfflineRevocationSource in eu.europa.esig.dss.spi.x509.revocation
Methods in eu.europa.esig.dss.spi.x509.revocation that return types with arguments of type OfflineRevocationSourceModifier and TypeMethodDescriptionListRevocationSource.getSources()Gets a list of all embedded sourcesMethods in eu.europa.esig.dss.spi.x509.revocation with parameters of type OfflineRevocationSourceModifier and TypeMethodDescriptionvoidListRevocationSource.add(OfflineRevocationSource<R> revocationSource) Adds therevocationSourceto the list by keeping old valuesMethod parameters in eu.europa.esig.dss.spi.x509.revocation with type arguments of type OfflineRevocationSourceModifier and TypeMethodDescriptionvoidListRevocationSource.addAll(List<OfflineRevocationSource<R>> revocationSources) Adds allrevocationSourcesto the list by keeping old valuesConstructors in eu.europa.esig.dss.spi.x509.revocation with parameters of type OfflineRevocationSourceModifierConstructorDescriptionListRevocationSource(OfflineRevocationSource<R> revocationSource) This constructor allows to initialize the list with anOfflineRevocationSource. -
Uses of OfflineRevocationSource in eu.europa.esig.dss.spi.x509.revocation.crl
Subclasses of OfflineRevocationSource in eu.europa.esig.dss.spi.x509.revocation.crlModifier and TypeClassDescriptionclassThis class allows to provide a CRL source based on the list of external CRL(s).classThis class if a basic skeleton that is able to retrieve needed CRL data from the contained list. -
Uses of OfflineRevocationSource in eu.europa.esig.dss.spi.x509.revocation.ocsp
Subclasses of OfflineRevocationSource in eu.europa.esig.dss.spi.x509.revocation.ocspModifier and TypeClassDescriptionclassThis class is used to provide a collection of OCSP tokens by the user.classAbstract class that helps to implement an OCSPSource with an already loaded list of BasicOCSPResp -
Uses of OfflineRevocationSource in eu.europa.esig.dss.spi.x509.tsp
Subclasses of OfflineRevocationSource in eu.europa.esig.dss.spi.x509.tspModifier and TypeClassDescriptionclassCRLSource that retrieves information embedded to aTimeStampTokenclassOCSPSource that retrieves information embedded to aTimeStampToken -
Uses of OfflineRevocationSource in eu.europa.esig.dss.xades.validation
Subclasses of OfflineRevocationSource in eu.europa.esig.dss.xades.validationModifier and TypeClassDescriptionclassRetrieves CRL values from an XAdES (-XL) signature.classRetrieves OCSP values from an XAdES (XL/LT) signature.