public class Certificate extends Object
| Constructor and Description |
|---|
Certificate() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.http.conn.ssl.SSLConnectionSocketFactory |
allowAllCertificates(KeyStore keyStore) |
org.apache.http.conn.ssl.SSLConnectionSocketFactory |
allowAllCertificates(KeyStore keyStore,
String password,
org.apache.http.conn.ssl.TrustStrategy keystoreTrustStrategy,
HostnameVerifier keystoreHostnameVerifier) |
KeyStore |
createCustomKeyStore(String path,
String password) |
public org.apache.http.conn.ssl.SSLConnectionSocketFactory allowAllCertificates(KeyStore keyStore)
public org.apache.http.conn.ssl.SSLConnectionSocketFactory allowAllCertificates(KeyStore keyStore, String password, org.apache.http.conn.ssl.TrustStrategy keystoreTrustStrategy, HostnameVerifier keystoreHostnameVerifier)
Copyright © 2017. All rights reserved.