org.xbib.net.security.ssl.trustmanager.TrustOptions Maven / Gradle / Ivy
The newest version!
package org.xbib.net.security.ssl.trustmanager;
import javax.net.ssl.ManagerFactoryParameters;
@FunctionalInterface
public interface TrustOptions {
R apply(T input) throws Exception;
}