![JAR search and dependency download from the Maven repository](/logo.png)
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