Class JdbcRevocationSource<T extends RevocationToken>

java.lang.Object
eu.europa.esig.dss.spi.x509.revocation.RepositoryRevocationSource<T>
eu.europa.esig.dss.spi.x509.revocation.JdbcRevocationSource<T>
Type Parameters:
T - CRLToken or OCSPToken
All Implemented Interfaces:
RevocationSource<T>, Serializable
Direct Known Subclasses:
JdbcCacheCRLSource, JdbcCacheOCSPSource

public abstract class JdbcRevocationSource<T extends RevocationToken>
extends RepositoryRevocationSource<T>
Abstract class to retrieve token from a JDBC datasource
See Also:
Serialized Form