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 interfaceCRL -
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 interfaceOCSP -
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 classAlternateUrlsSourceAdapter<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 classJdbcRevocationSource<R extends Revocation>Abstract class to retrieve token from a JDBC datasourceinterfaceMultipleRevocationSource<R extends Revocation>This interface allows to retrieve all revocation data for a given certificate.classOfflineRevocationSource<R extends Revocation>interfaceOnlineRevocationSource<R extends Revocation>Sub-interface for online sources ofRevocationTokensclassRepositoryRevocationSource<R extends Revocation>Allows storing and retrieving of revocation data to/from a repository (e.g.classRevocationRef<R extends Revocation>interfaceRevocationSource<R extends Revocation>This interface allows to retrieve revocation data for a given certificate.interfaceRevocationSourceAlternateUrlsSupport<R extends Revocation>classRevocationToken<R extends Revocation>interfaceRevocationTokenRefMatcher<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 classListRevocationSource<R extends Revocation>This class allows to handle a listOfflineRevocationSourceMethods 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 voidSignatureValidationContext. addRevocationTokenForVerification(RevocationToken<Revocation> revocationToken)voidValidationContext. addRevocationTokenForVerification(RevocationToken<Revocation> revocationToken)Adds a new revocation token to the list of tokens to verify.DiagnosticDataBuilderDiagnosticDataBuilder. usedRevocations(Set<RevocationToken<Revocation>> usedRevocations)This method allows to set the used revocation data