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.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.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.validation
Subclasses of OfflineRevocationSource in eu.europa.esig.dss.validationModifier and TypeClassDescriptionclassCRLSource that retrieves information from aCMSSignedDatacontainer.classOCSPSource that retrieves information from aCMSSignedDatacontainer.Methods in eu.europa.esig.dss.validation 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.Methods in eu.europa.esig.dss.validation that return types with arguments of type OfflineRevocationSourceModifier and TypeMethodDescriptionListRevocationSource.getSources()Gets a list of all embedded sourcesMethods in eu.europa.esig.dss.validation with parameters of type OfflineRevocationSourceModifier and TypeMethodDescriptionvoidListRevocationSource.add(OfflineRevocationSource<R> revocationSource) Adds therevocationSourceto the list by keeping old valuesvoidSignatureValidationContext.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 sourcesMethod parameters in eu.europa.esig.dss.validation 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.validation 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.validation.timestamp
Subclasses of OfflineRevocationSource in eu.europa.esig.dss.validation.timestampModifier and TypeClassDescriptionclassCRLSource that retrieves information embedded to aTimeStampTokenclassOCSPSource that retrieves information embedded to aTimeStampTokenMethods in eu.europa.esig.dss.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.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.