Uses of Class
eu.europa.esig.dss.spi.x509.revocation.RevocationRef
Package
Description
-
Uses of RevocationRef in eu.europa.esig.dss.spi.x509.revocation
Modifier and TypeMethodDescriptionOfflineRevocationSource.findRefsAndOriginsForBinary
(EncapsulatedRevocationTokenIdentifier<R> identifier) Retrieves a Map of orphanRevocationRef
with theirRevocationRefOrigin
s for a givenEncapsulatedRevocationTokenIdentifier
OfflineRevocationSource.findRefsAndOriginsForRevocationToken
(RevocationToken<R> revocationToken) Retrieves a Map of foundRevocationRef
with their origins for the givenRevocationToken
OfflineRevocationSource.getAllRevocationReferences()
Retrieves a Set of all foundRevocationRef
OfflineRevocationSource.getAttributeRevocationRefs()
Retrieves the list of allRevocationRef
s present in the signature 'attribute-revocation-references' attribute (used in CAdES and XAdES)OfflineRevocationSource.getCompleteRevocationRefs()
Retrieves the list of allRevocationRef
s present in the signature 'complete-revocation-references' attribute (used in CAdES and XAdES)OfflineRevocationSource.getOrphanRevocationReferencesWithOrigins()
Retrieves a Map of orphanRevocationRef
with theirRevocationRefOrigin
sprotected Map<RevocationRef<R>,
Set<RevocationRefOrigin>> OfflineRevocationSource.getRevocationReferencesWithOrigins()
Returns a map of revocation references with the corresponding originsModifier and TypeMethodDescriptionvoid
OfflineRevocationSource.addRevocationReference
(RevocationRef<R> reference, RevocationRefOrigin origin) This method adds a revocation reference with its originOfflineRevocationSource.findBinaryForReference
(RevocationRef<R> ref) Returns the linkedEncapsulatedRevocationTokenIdentifier
for a givenRevocationRef
boolean
OfflineRevocationSource.isOrphan
(RevocationRef<R> reference) This method verifies if a givenRevocationRef
is an orphan (not linked to a completeRevocationToken
boolean
RevocationTokenRefMatcher.match
(EncapsulatedRevocationTokenIdentifier<R> identifier, RevocationRef<R> reference) This method returns true if the reference is related to the encapsulated identifierboolean
RevocationTokenRefMatcher.match
(RevocationToken<R> token, RevocationRef<R> reference) This method returns true if the reference is related to the provided tokenModifierConstructorDescriptionRevocationRefIdentifier
(RevocationRef<?> revocationRef) Constructor from aRevocationRef
-
Uses of RevocationRef in eu.europa.esig.dss.spi.x509.revocation.crl
Modifier and TypeMethodDescriptionboolean
CRLTokenRefMatcher.match
(EncapsulatedRevocationTokenIdentifier<CRL> identifier, RevocationRef<CRL> reference) boolean
CRLTokenRefMatcher.match
(RevocationToken<CRL> token, RevocationRef<CRL> reference) -
Uses of RevocationRef in eu.europa.esig.dss.spi.x509.revocation.ocsp
Modifier and TypeMethodDescriptionboolean
OCSPTokenRefMatcher.match
(EncapsulatedRevocationTokenIdentifier<OCSP> identifier, RevocationRef<OCSP> reference) boolean
OCSPTokenRefMatcher.match
(RevocationToken<OCSP> token, RevocationRef<OCSP> reference) -
Uses of RevocationRef in eu.europa.esig.dss.validation
Modifier and TypeMethodDescriptionListRevocationSource.findBinaryForReference
(RevocationRef<R> reference) Gets the incorporatedEncapsulatedRevocationTokenIdentifier
corresponding to the providedreference
protected String
UserFriendlyIdentifierProvider.getIdAsStringForRevRef
(RevocationRef<?> revocationRef) Gets aString
identifier for a givenRevocationRef
boolean
ListRevocationSource.isOrphan
(RevocationRef<R> reference) Checks if the source does not contain revocation identifiers matching to thereference
Modifier and TypeMethodDescriptionprotected <R extends Revocation>
List<XmlRevocationRef>DiagnosticDataBuilder.getXmlRevocationRefs
(String tokenId, Map<RevocationRef<R>, Set<RevocationRefOrigin>> refsAndOrigins) Returns a list ofXmlRevocationRef
for a token withtokenId
-
Uses of RevocationRef in eu.europa.esig.dss.validation.timestamp
Modifier 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 ofcrlRefs
protected 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