|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.authorize.arb.http.HttpUtil.SavingTrustManager
private static class HttpUtil.SavingTrustManager
WRITEME: The documentation for this type (SavingTrustManager) is incomplete. (brpocock@star-hope.org, Nov 19, 2009)
| Field Summary | |
|---|---|
(package private) X509Certificate[] |
chain
WRITEME: document this field chain (SavingTrustManager) |
private X509TrustManager |
tm
WRITEME: document this field tm (SavingTrustManager) |
| Constructor Summary | |
|---|---|
HttpUtil.SavingTrustManager(X509TrustManager tm1)
|
|
| Method Summary | |
|---|---|
void |
checkClientTrusted(X509Certificate[] certChain,
String authType)
This is an overriding method. |
void |
checkServerTrusted(X509Certificate[] certChain,
String authType)
This is an overriding method. |
X509Certificate[] |
getAcceptedIssuers()
This is an overriding method. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
X509Certificate[] chain
private final X509TrustManager tm
| Constructor Detail |
|---|
HttpUtil.SavingTrustManager(X509TrustManager tm1)
tm1 - WRITEME| Method Detail |
|---|
public void checkClientTrusted(X509Certificate[] certChain,
String authType)
throws CertificateException
checkClientTrusted in interface X509TrustManagerCertificateExceptionX509TrustManager.checkClientTrusted(java.security.cert.X509Certificate[],
java.lang.String)
public void checkServerTrusted(X509Certificate[] certChain,
String authType)
throws CertificateException
checkServerTrusted in interface X509TrustManagerCertificateExceptionX509TrustManager.checkServerTrusted(java.security.cert.X509Certificate[],
java.lang.String)public X509Certificate[] getAcceptedIssuers()
getAcceptedIssuers in interface X509TrustManagerX509TrustManager.getAcceptedIssuers()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||