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.spi.signature
Methods in eu.europa.esig.dss.spi.signature that return OfflineRevocationSourceModifier and TypeMethodDescriptionOfflineRevocationSource<eu.europa.esig.dss.model.x509.revocation.crl.CRL> AdvancedSignature.getCRLSource()Gets a CRL source which contains ALL CRLs embedded in the signature.OfflineRevocationSource<eu.europa.esig.dss.model.x509.revocation.ocsp.OCSP> 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<eu.europa.esig.dss.model.x509.revocation.crl.CRL> crlSource) voidValidationContext.addDocumentCRLSource(OfflineRevocationSource<eu.europa.esig.dss.model.x509.revocation.crl.CRL> crlSource) Adds an extracted CRL source to the used list of sourcesvoidSignatureValidationContext.addDocumentOCSPSource(OfflineRevocationSource<eu.europa.esig.dss.model.x509.revocation.ocsp.OCSP> ocspSource) voidValidationContext.addDocumentOCSPSource(OfflineRevocationSource<eu.europa.esig.dss.model.x509.revocation.ocsp.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<eu.europa.esig.dss.model.x509.revocation.crl.CRL>> crlRefs, OfflineRevocationSource<eu.europa.esig.dss.model.x509.revocation.crl.CRL> currentCRLSource, ListRevocationSource<eu.europa.esig.dss.model.x509.revocation.crl.CRL> listCRLSource) Returns a list of timestamped references from the given collection ofcrlRefsprotected List<TimestampedReference> AbstractTimestampSource.createReferencesForOCSPRefs(Collection<? extends RevocationRef<eu.europa.esig.dss.model.x509.revocation.ocsp.OCSP>> ocspRefs, OfflineRevocationSource<eu.europa.esig.dss.model.x509.revocation.ocsp.OCSP> currentOCSPSource, ListCertificateSource listCertificateSource, ListRevocationSource<eu.europa.esig.dss.model.x509.revocation.ocsp.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 TypeMethodDescriptionOfflineRevocationSource<eu.europa.esig.dss.model.x509.revocation.crl.CRL> EvidenceRecord.getCRLSource()Gets a CRL source which contains ALL CRLs embedded in the evidence record.OfflineRevocationSource<eu.europa.esig.dss.model.x509.revocation.ocsp.OCSP> 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 TypeMethodDescriptionbooleanListRevocationSource.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