|
JCas v0.3.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cas.io.TrustAllCertsManager
A trust manager that does not check the certficate chain but trust the cert instead.
Constructor Summary | |
TrustAllCertsManager()
|
Method Summary | |
void |
checkClientTrusted(X509Certificate[] certs,
String authType)
Does nothing |
void |
checkServerTrusted(X509Certificate[] certs,
String authType)
Does nothing |
X509Certificate[] |
getAcceptedIssuers()
returns null |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TrustAllCertsManager()
Method Detail |
public X509Certificate[] getAcceptedIssuers()
getAcceptedIssuers
in interface X509TrustManager
public void checkClientTrusted(X509Certificate[] certs, String authType)
checkClientTrusted
in interface X509TrustManager
public void checkServerTrusted(X509Certificate[] certs, String authType)
checkServerTrusted
in interface X509TrustManager
|
JCas v0.3.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |