Interface CRLDataLoader

All Known Implementing Classes:
DefaultRevocationDataConnector

public interface CRLDataLoader
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    downloadCrl(String url, int connectTimeout, int readTimeout)
    Download CRL data
  • Method Details

    • downloadCrl

      byte[] downloadCrl(String url, int connectTimeout, int readTimeout) throws IOException
      Download CRL data
      Parameters:
      url - URL from which the CRL is to be downloaded
      connectTimeout - timeout in milliseconds for connecting to the CRL source
      readTimeout - timout in milliseconds for reading the CRL data
      Returns:
      CRL bytes
      Throws:
      IOException - on errors downloading the CRL