Interface CRLDataLoader
- All Known Implementing Classes:
DefaultRevocationDataConnector
public interface CRLDataLoader
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
downloadCrl
(String url, int connectTimeout, int readTimeout) Download CRL data
-
Method Details
-
downloadCrl
Download CRL data- Parameters:
url
- URL from which the CRL is to be downloadedconnectTimeout
- timeout in milliseconds for connecting to the CRL sourcereadTimeout
- timout in milliseconds for reading the CRL data- Returns:
- CRL bytes
- Throws:
IOException
- on errors downloading the CRL
-