|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sakaiproject.entitybroker.util.http.EasyX509TrustManager
public class EasyX509TrustManager
EasyX509TrustManager unlike default X509TrustManager accepts
self-signed certificates.
This trust manager SHOULD NOT be used for productive systems due to security reasons, unless it is a concious decision and you are perfectly aware of security implications of accepting self-signed certificates
DISCLAIMER: HttpClient developers DO NOT actively support this component. The component is provided as a reference material, which may be inappropriate for use without additional customization.
| Constructor Summary | |
|---|---|
EasyX509TrustManager(KeyStore keystore)
Constructor for EasyX509TrustManager. |
|
| Method Summary | |
|---|---|
void |
checkClientTrusted(X509Certificate[] certificates,
String authType)
see javax.net.ssl.X509TrustManager#checkClientTrusted(X509Certificate[],String authType) |
void |
checkServerTrusted(X509Certificate[] certificates,
String authType)
see javax.net.ssl.X509TrustManager#checkServerTrusted(X509Certificate[],String authType) |
X509Certificate[] |
getAcceptedIssuers()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EasyX509TrustManager(KeyStore keystore)
throws NoSuchAlgorithmException,
KeyStoreException
NoSuchAlgorithmException
KeyStoreException| Method Detail |
|---|
public void checkClientTrusted(X509Certificate[] certificates,
String authType)
throws CertificateException
checkClientTrusted in interface X509TrustManagerCertificateException
public void checkServerTrusted(X509Certificate[] certificates,
String authType)
throws CertificateException
checkServerTrusted in interface X509TrustManagerCertificateExceptionpublic X509Certificate[] getAcceptedIssuers()
getAcceptedIssuers in interface X509TrustManagerX509TrustManager.getAcceptedIssuers()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||