All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.klakegg.pkix.ocsp.api.OcspFetcher Maven / Gradle / Ivy

package net.klakegg.pkix.ocsp.api;

import java.io.IOException;
import java.net.URI;

/**
 * @author erlend
 */
public interface OcspFetcher {

    OcspFetcherResponse fetch(URI uri, byte[] content) throws IOException;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy