net.authorize.arb.http
Class HttpUtil.SavingTrustManager
java.lang.Object
net.authorize.arb.http.HttpUtil.SavingTrustManager
- All Implemented Interfaces:
- TrustManager, X509TrustManager
- Enclosing class:
- HttpUtil
private static class HttpUtil.SavingTrustManager
- extends Object
- implements X509TrustManager
TODO: The documentation for this type (SavingTrustManager) is
incomplete. (brpocock, Nov 19, 2009)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
chain
X509Certificate[] chain
- TODO: document this field
chain (SavingTrustManager)
tm
private final X509TrustManager tm
- TODO: document this field
tm (SavingTrustManager)
HttpUtil.SavingTrustManager
HttpUtil.SavingTrustManager(X509TrustManager tm1)
- Parameters:
tm1
- WRITEME
checkClientTrusted
public void checkClientTrusted(X509Certificate[] certChain,
String authType)
throws CertificateException
- Specified by:
checkClientTrusted
in interface X509TrustManager
- Throws:
CertificateException
checkServerTrusted
public void checkServerTrusted(X509Certificate[] certChain,
String authType)
throws CertificateException
- Specified by:
checkServerTrusted
in interface X509TrustManager
- Throws:
CertificateException
getAcceptedIssuers
public X509Certificate[] getAcceptedIssuers()
- Specified by:
getAcceptedIssuers
in interface X509TrustManager