![JAR search and dependency download from the Maven repository](/logo.png)
org.openfact.truststore.TruststoreProvider Maven / Gradle / Ivy
package org.openfact.truststore;
import java.security.KeyStore;
public interface TruststoreProvider {
HostnameVerificationPolicy getPolicy();
KeyStore getTruststore();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy