Class RepositoryRevocationSource<T extends RevocationToken>

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

public abstract class RepositoryRevocationSource<T extends RevocationToken>
extends Object
implements RevocationSource<T>
Allows storing and retrieving of revocation data to/from a repository (e.g. database)
See Also:
Serialized Form