Class ListRevocationSource<R extends Revocation>

java.lang.Object
eu.europa.esig.dss.spi.x509.revocation.ListRevocationSource<R>
Type Parameters:
R - implementation of revocation data token (CRL/OCSP)
All Implemented Interfaces:
MultipleRevocationSource<R>, Serializable

public class ListRevocationSource<R extends Revocation> extends Object implements MultipleRevocationSource<R>
This class allows to handle a list OfflineRevocationSource
See Also: