Uses of Class
eu.europa.esig.dss.spi.x509.revocation.RevocationRef
Packages that use RevocationRef
Package
Description
-
Uses of RevocationRef in eu.europa.esig.dss.spi.validation.timestamp
Method parameters in eu.europa.esig.dss.spi.validation.timestamp with type arguments of type RevocationRefModifier 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 RevocationRef in eu.europa.esig.dss.spi.x509.revocation
Methods in eu.europa.esig.dss.spi.x509.revocation that return types with arguments of type RevocationRefModifier and TypeMethodDescriptionOfflineRevocationSource.findRefsAndOriginsForBinary(EncapsulatedRevocationTokenIdentifier<R> identifier) Retrieves a Map of orphanRevocationRefwith theirRevocationRefOrigins for a givenEncapsulatedRevocationTokenIdentifierOfflineRevocationSource.findRefsAndOriginsForRevocationToken(RevocationToken<R> revocationToken) Retrieves a Map of foundRevocationRefwith their origins for the givenRevocationTokenOfflineRevocationSource.getAllRevocationReferences()Retrieves a Set of all foundRevocationRefOfflineRevocationSource.getAttributeRevocationRefs()Retrieves the list of allRevocationRefs present in the signature 'attribute-revocation-references' attribute (used in CAdES and XAdES)OfflineRevocationSource.getCompleteRevocationRefs()Retrieves the list of allRevocationRefs present in the signature 'complete-revocation-references' attribute (used in CAdES and XAdES)OfflineRevocationSource.getOrphanRevocationReferencesWithOrigins()Retrieves a Map of orphanRevocationRefwith theirRevocationRefOriginsprotected Map<RevocationRef<R>, Set<RevocationRefOrigin>> OfflineRevocationSource.getRevocationReferencesWithOrigins()Returns a map of revocation references with the corresponding originsMethods in eu.europa.esig.dss.spi.x509.revocation with parameters of type RevocationRefModifier and TypeMethodDescriptionvoidOfflineRevocationSource.addRevocationReference(RevocationRef<R> reference, RevocationRefOrigin origin) This method adds a revocation reference with its originListRevocationSource.findBinaryForReference(RevocationRef<R> reference) Gets the incorporatedEncapsulatedRevocationTokenIdentifiercorresponding to the providedreferenceOfflineRevocationSource.findBinaryForReference(RevocationRef<R> ref) Returns the linkedEncapsulatedRevocationTokenIdentifierfor a givenRevocationRefbooleanListRevocationSource.isOrphan(RevocationRef<R> reference) Checks if the source does not contain revocation identifiers matching to thereferencebooleanOfflineRevocationSource.isOrphan(RevocationRef<R> reference) This method verifies if a givenRevocationRefis an orphan (not linked to a completeRevocationTokenbooleanRevocationTokenRefMatcher.match(EncapsulatedRevocationTokenIdentifier<R> identifier, RevocationRef<R> reference) This method returns true if the reference is related to the encapsulated identifierbooleanRevocationTokenRefMatcher.match(RevocationToken<R> token, RevocationRef<R> reference) This method returns true if the reference is related to the provided tokenConstructors in eu.europa.esig.dss.spi.x509.revocation with parameters of type RevocationRefModifierConstructorDescriptionRevocationRefIdentifier(RevocationRef<?> revocationRef) Constructor from aRevocationRef -
Uses of RevocationRef in eu.europa.esig.dss.spi.x509.revocation.crl
Subclasses of RevocationRef in eu.europa.esig.dss.spi.x509.revocation.crlMethods in eu.europa.esig.dss.spi.x509.revocation.crl with parameters of type RevocationRefModifier and TypeMethodDescriptionbooleanCRLTokenRefMatcher.match(EncapsulatedRevocationTokenIdentifier<CRL> identifier, RevocationRef<CRL> reference) booleanCRLTokenRefMatcher.match(RevocationToken<CRL> token, RevocationRef<CRL> reference) -
Uses of RevocationRef in eu.europa.esig.dss.spi.x509.revocation.ocsp
Subclasses of RevocationRef in eu.europa.esig.dss.spi.x509.revocation.ocspMethods in eu.europa.esig.dss.spi.x509.revocation.ocsp with parameters of type RevocationRefModifier and TypeMethodDescriptionbooleanOCSPTokenRefMatcher.match(EncapsulatedRevocationTokenIdentifier<OCSP> identifier, RevocationRef<OCSP> reference) booleanOCSPTokenRefMatcher.match(RevocationToken<OCSP> token, RevocationRef<OCSP> reference) -
Uses of RevocationRef in eu.europa.esig.dss.validation.identifier
Methods in eu.europa.esig.dss.validation.identifier with parameters of type RevocationRefModifier and TypeMethodDescriptionprotected StringUserFriendlyIdentifierProvider.getIdAsStringForRevRef(RevocationRef<?> revocationRef) Gets aStringidentifier for a givenRevocationRef -
Uses of RevocationRef in eu.europa.esig.dss.validation.reports.diagnostic
Method parameters in eu.europa.esig.dss.validation.reports.diagnostic with type arguments of type RevocationRefModifier and TypeMethodDescriptionprotected <R extends Revocation>
List<XmlRevocationRef> DiagnosticDataBuilder.getXmlRevocationRefs(String tokenId, Map<RevocationRef<R>, Set<RevocationRefOrigin>> refsAndOrigins) Returns a list ofXmlRevocationReffor a token withtokenId