Home | History | Annotate | Download | only in ssl

Lines Matching refs:trustManager

53 import javax.net.ssl.TrustManager;
784 new TrustManager[] { c.clientTrustManager },
819 X509TrustManager trustManager = new X509TrustManager() {
826 throw new RuntimeException(); // throw a RuntimeException from custom TrustManager
832 clientContext.init(null, new TrustManager[] { trustManager }, null);