Uses of Class
eu.europa.esig.dss.spi.x509.revocation.RevocationRef
-
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 RevocationRef Modifier and Type Method Description Map<RevocationRef<R>,Set<RevocationRefOrigin>>
OfflineRevocationSource. findRefsAndOriginsForBinary(EncapsulatedRevocationTokenIdentifier<R> identifier)
Retrieves a Map of orphanRevocationRef
with theirRevocationRefOrigin
s for a givenEncapsulatedRevocationTokenIdentifier
Map<RevocationRef<R>,Set<RevocationRefOrigin>>
OfflineRevocationSource. findRefsAndOriginsForRevocationToken(RevocationToken<R> revocationToken)
Retrieves a Map of foundRevocationRef
with their origins for the givenRevocationToken
Set<RevocationRef<R>>
OfflineRevocationSource. getAllRevocationReferences()
Retrieves a Set of all foundRevocationRef
List<RevocationRef<R>>
OfflineRevocationSource. getAttributeRevocationRefs()
Retrieves the list of allRevocationRef
s present in the signature 'attribute-revocation-references' attribute (used in CAdES and XAdES)List<RevocationRef<R>>
OfflineRevocationSource. getCompleteRevocationRefs()
Retrieves the list of allRevocationRef
s present in the signature 'complete-revocation-references' attribute (used in CAdES and XAdES)Map<RevocationRef<R>,Set<RevocationRefOrigin>>
OfflineRevocationSource. getOrphanRevocationReferencesWithOrigins()
Retrieves a Map of orphanRevocationRef
with theirRevocationRefOrigin
sMethods in eu.europa.esig.dss.spi.x509.revocation with parameters of type RevocationRef Modifier and Type Method Description void
OfflineRevocationSource. addRevocationReference(RevocationRef<R> reference, RevocationRefOrigin origin)
This method adds a revocation reference with its originEncapsulatedRevocationTokenIdentifier<R>
OfflineRevocationSource. 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 tokenConstructors in eu.europa.esig.dss.spi.x509.revocation with parameters of type RevocationRef Constructor Description RevocationRefIdentifier(RevocationRef revocationRef)
-
Uses of RevocationRef in eu.europa.esig.dss.spi.x509.revocation.crl
Subclasses of RevocationRef in eu.europa.esig.dss.spi.x509.revocation.crl Modifier and Type Class Description class
CRLRef
Reference to a X509CRLMethods in eu.europa.esig.dss.spi.x509.revocation.crl with parameters of type RevocationRef Modifier and Type Method Description boolean
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
Subclasses of RevocationRef in eu.europa.esig.dss.spi.x509.revocation.ocsp Modifier and Type Class Description class
OCSPRef
Reference an OCSPResponseMethods in eu.europa.esig.dss.spi.x509.revocation.ocsp with parameters of type RevocationRef Modifier and Type Method Description boolean
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
Methods in eu.europa.esig.dss.validation with parameters of type RevocationRef Modifier and Type Method Description EncapsulatedRevocationTokenIdentifier<R>
ListRevocationSource. findBinaryForReference(RevocationRef<R> reference)
Gets the incorporatedEncapsulatedRevocationTokenIdentifier
corresponding to the providedreference
boolean
ListRevocationSource. isOrphan(RevocationRef<R> reference)
Checks if the source does not contain revocation identifiers matching to thereference
Method parameters in eu.europa.esig.dss.validation with type arguments of type RevocationRef Modifier and Type Method Description protected <R extends Revocation>
List<XmlRevocationRef>DiagnosticDataBuilder. getXmlRevocationRefs(String tokenId, Map<RevocationRef<R>,Set<RevocationRefOrigin>> refsAndOrigins)
-
Uses of RevocationRef in eu.europa.esig.dss.validation.timestamp
Method parameters in eu.europa.esig.dss.validation.timestamp with type arguments of type RevocationRef Modifier and Type Method Description protected List<TimestampedReference>
SignatureTimestampSource. getTimestampedCRLRefs(Collection<? extends RevocationRef<CRL>> crlRefs, ListRevocationSource<CRL> crlRevocationSource)
Returns a list of timestamped references from the given collection ofcrlRefs
protected List<TimestampedReference>
SignatureTimestampSource. getTimestampedOCSPRefs(Collection<? extends RevocationRef<OCSP>> ocspRefs, ListRevocationSource<OCSP> ocspRevocationSource)
Returns a list of timestamped references from the given collection ofocspRefs