Class JdbcRevocationSource<R extends Revocation>

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

public abstract class JdbcRevocationSource<R extends Revocation> extends RepositoryRevocationSource<R>
Abstract class to retrieve token from a JDBC datasource
See Also: