Uses of Interface
eu.europa.esig.dss.model.x509.revocation.Revocation
-
Uses of Revocation in eu.europa.esig.dss.model.x509.revocation.crl
Subinterfaces of Revocation in eu.europa.esig.dss.model.x509.revocation.crl Modifier and Type Interface Description interface
CRL
-
Uses of Revocation in eu.europa.esig.dss.model.x509.revocation.ocsp
Subinterfaces of Revocation in eu.europa.esig.dss.model.x509.revocation.ocsp Modifier and Type Interface Description interface
OCSP
-
Uses of Revocation in eu.europa.esig.dss.spi.x509
Classes in eu.europa.esig.dss.spi.x509 with type parameters of type Revocation Modifier and Type Class Description class
AlternateUrlsSourceAdapter<R extends Revocation>
This class allows to inject alternative urls to collect revocation data. -
Uses of Revocation in eu.europa.esig.dss.spi.x509.revocation
Classes in eu.europa.esig.dss.spi.x509.revocation with type parameters of type Revocation Modifier and Type Class Description class
JdbcRevocationSource<R extends Revocation>
Abstract class to retrieve token from a JDBC datasourceinterface
MultipleRevocationSource<R extends Revocation>
This interface allows to retrieve all revocation data for a given certificate.class
OfflineRevocationSource<R extends Revocation>
interface
OnlineRevocationSource<R extends Revocation>
Sub-interface for online sources ofRevocationToken
sclass
RepositoryRevocationSource<R extends Revocation>
Allows storing and retrieving of revocation data to/from a repository (e.g.class
RevocationRef<R extends Revocation>
interface
RevocationSource<R extends Revocation>
This interface allows to retrieve revocation data for a given certificate.interface
RevocationSourceAlternateUrlsSupport<R extends Revocation>
class
RevocationToken<R extends Revocation>
interface
RevocationTokenRefMatcher<R extends Revocation>
-
Uses of Revocation in eu.europa.esig.dss.validation
Classes in eu.europa.esig.dss.validation with type parameters of type Revocation Modifier and Type Class Description class
ListRevocationSource<R extends Revocation>
This class allows to handle a listOfflineRevocationSource
Methods in eu.europa.esig.dss.validation that return types with arguments of type Revocation Modifier and Type Method Description Set<RevocationToken<Revocation>>
SignatureValidationContext. getProcessedRevocations()
Set<RevocationToken<Revocation>>
ValidationContext. getProcessedRevocations()
Returns a read only list of all revocations used in the process of the validation of all signatures from the given document.RevocationToken<Revocation>
OCSPAndCRLRevocationSource. getRevocationToken(CertificateToken certificateToken, CertificateToken issuerToken)
This method tries firstly to collect from the OCSP Source and than from the CRL Source.Method parameters in eu.europa.esig.dss.validation with type arguments of type Revocation Modifier and Type Method Description void
SignatureValidationContext. addRevocationTokenForVerification(RevocationToken<Revocation> revocationToken)
void
ValidationContext. addRevocationTokenForVerification(RevocationToken<Revocation> revocationToken)
Adds a new revocation token to the list of tokens to verify.DiagnosticDataBuilder
DiagnosticDataBuilder. usedRevocations(Set<RevocationToken<Revocation>> usedRevocations)
This method allows to set the used revocation data