Interface RevocationSource<R extends Revocation>
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
CRLSource,OCSPSource,OnlineRevocationSource<R>,RevocationSourceAlternateUrlsSupport<R>
- All Known Implementing Classes:
AlternateUrlsSourceAdapter,ExternalResourcesCRLSource,ExternalResourcesOCSPSource,JdbcRevocationSource,OfflineCRLSource,OfflineOCSPSource,OfflineRevocationSource,RepositoryRevocationSource
This interface allows revocation data retrieving for a given certificate.
Several implementations are available based on CRL and OCSP.
-
Method Summary
Modifier and TypeMethodDescriptiongetRevocationToken(CertificateToken certificateToken, CertificateToken issuerCertificateToken) This method retrieves aRevocationTokenfor the certificateToken
-
Method Details
-
getRevocationToken
RevocationToken<R> getRevocationToken(CertificateToken certificateToken, CertificateToken issuerCertificateToken) This method retrieves aRevocationTokenfor the certificateToken- Parameters:
certificateToken- TheCertificateTokenfor which the request is madeissuerCertificateToken- TheCertificateTokenwhich is the issuer of the certificateToken- Returns:
- an instance of
RevocationToken
-