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

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;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy