Uses of Class
eu.europa.esig.dss.spi.x509.revocation.RevocationRef
| Package | Description |
|---|---|
| eu.europa.esig.dss.spi.x509.revocation | |
| eu.europa.esig.dss.spi.x509.revocation.crl | |
| eu.europa.esig.dss.spi.x509.revocation.ocsp | |
| eu.europa.esig.dss.validation |
-
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 identifier)Retrieves a Map of orphanRevocationRefwith theirRevocationRefOrigins for a givenEncapsulatedRevocationTokenIdentifierMap<RevocationRef<R>,Set<RevocationRefOrigin>>OfflineRevocationSource. findRefsAndOriginsForRevocationToken(RevocationToken<R> revocationToken)Retrieves a Map of foundRevocationRefwith their origins for the givenRevocationTokenSet<RevocationRef<R>>OfflineRevocationSource. getAllRevocationReferences()Retrieves a Set of all foundRevocationRefList<RevocationRef<R>>OfflineRevocationSource. getAttributeRevocationRefs()Retrieves the list of allRevocationRefs present in the signature 'attribute-revocation-references' attribute (used in CAdES and XAdES)List<RevocationRef<R>>OfflineRevocationSource. getCompleteRevocationRefs()Retrieves the list of allRevocationRefs present in the signature 'complete-revocation-references' attribute (used in CAdES and XAdES)Map<RevocationRef<R>,Set<RevocationRefOrigin>>OfflineRevocationSource. getOrphanRevocationReferencesWithOrigins()Retrieves a Map of orphanRevocationRefwith theirRevocationRefOriginsMethods in eu.europa.esig.dss.spi.x509.revocation with parameters of type RevocationRef Modifier and Type Method Description voidOfflineRevocationSource. addRevocationReference(RevocationRef<R> reference, RevocationRefOrigin origin)This method adds a revocation reference with its originEncapsulatedRevocationTokenIdentifierOfflineRevocationSource. findBinaryForReference(RevocationRef<R> ref)Returns the linkedEncapsulatedRevocationTokenIdentifierfor a givenRevocationRefbooleanOfflineRevocationSource. isOrphan(RevocationRef<R> reference)This method verifies if a givenRevocationRefis an orphan (not linked to a completeRevocationTokenbooleanRevocationTokenRefMatcher. match(EncapsulatedRevocationTokenIdentifier 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 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 classCRLRefReference to a X509CRLMethods in eu.europa.esig.dss.spi.x509.revocation.crl with parameters of type RevocationRef Modifier and Type Method Description booleanCRLTokenRefMatcher. match(EncapsulatedRevocationTokenIdentifier 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.ocsp Modifier and Type Class Description classOCSPRefReference an OCSPResponseMethods in eu.europa.esig.dss.spi.x509.revocation.ocsp with parameters of type RevocationRef Modifier and Type Method Description booleanOCSPTokenRefMatcher. match(EncapsulatedRevocationTokenIdentifier identifier, RevocationRef<OCSP> reference)booleanOCSPTokenRefMatcher. 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 EncapsulatedRevocationTokenIdentifierListRevocationSource. findBinaryForReference(RevocationRef<R> reference)booleanListRevocationSource. isOrphan(RevocationRef<R> ref)