Public 成员函数 | |
| EasyX509TrustManager (KeyStore keystore) throws NoSuchAlgorithmException, KeyStoreException | |
| void | checkClientTrusted (X509Certificate[] certificates, String authType) throws CertificateException |
| void | checkServerTrusted (X509Certificate[] certificates, String authType) throws CertificateException |
| X509Certificate[] | getAcceptedIssuers () |
Private 属性 | |
| X509TrustManager | standardTrustManager = null |
© 2012 amsoft.cn 名称:EasyX509TrustManager.java 描述:SSL自签名的实现类
|
inline |
Constructor for EasyX509TrustManager.
|
inline |
执行客户端的安全策略
|
inline |
执行服务器的安全策略 检查签名、信任链中证书的有效日期和CRLs 清除因证书过期出现的问题
|
inline |
|
private |
1.8.8