Interface CRLSource

All Superinterfaces:
RevocationSource<CRL>, Serializable
All Known Implementing Classes:
JdbcCacheCRLSource, OnlineCRLSource, PKICRLSource

public interface CRLSource extends RevocationSource<CRL>
Typed sub-interface which allows collection of CRLToken(s). The validation of a certificate requires the access to some CRLs. This information can be found online, in a cache or even in the signature itself. This interface provides an abstraction of a CRL data source.