public static class IBMFakeTrustSocketFactory.FakeX509TrustManager extends Object
Modifier and Type | Field and Description |
---|---|
protected static org.apache.commons.logging.Log |
log
Field log
|
Constructor and Description |
---|
IBMFakeTrustSocketFactory.FakeX509TrustManager() |
Modifier and Type | Method and Description |
---|---|
X509Certificate[] |
getAcceptedIssuers()
Method getAcceptedIssuers
|
boolean |
isClientTrusted(X509Certificate[] chain)
Method isClientTrusted
|
boolean |
isServerTrusted(X509Certificate[] chain)
Method isServerTrusted
|
public IBMFakeTrustSocketFactory.FakeX509TrustManager()
public boolean isClientTrusted(X509Certificate[] chain)
chain
- public boolean isServerTrusted(X509Certificate[] chain)
chain
- public X509Certificate[] getAcceptedIssuers()
Copyright © The Apache Software Foundation. All Rights Reserved.