An open API service indexing awesome lists of open source software.

https://github.com/waylau/jsse-reference-guide

This is a Chinese translation of Java Secure Socket Extension (JSSE) Reference Guide, and also provides a lot of useful examples about JSSE. 本书是《JSSE 参考指南》的中文翻译,同时提供了大量 JSSE 实例
https://github.com/waylau/jsse-reference-guide

Last synced: 3 months ago
JSON representation

This is a Chinese translation of Java Secure Socket Extension (JSSE) Reference Guide, and also provides a lot of useful examples about JSSE. 本书是《JSSE 参考指南》的中文翻译,同时提供了大量 JSSE 实例

Awesome Lists containing this project

README

          

# Java Secure Socket Extension (JSSE) Reference Guide 《JSSE 参考指南》
This is a Chinese translation of [Java Secure Socket Extension (JSSE) Reference Guide](https://docs.oracle.com/javase/8/docs/technotes/guides/security/jsse/JSSERefGuide.html), and also provides a lot of useful examples about JSSE.

本书是《JSSE 参考指南》的中文翻译,同时提供了大量 JSSE 实例,帮助你快速理解 JSSE 的用法和原理。

本书利用业余时间编写,由于时间紧凑,精力和能力有限,书中未免有纰漏和错误,望读者能够热忱斧正,[点此](https://github.com/waylau/jsse-reference-guide/issues)提问。如有兴趣,也可以参与到本翻译工作中来 :)

另外有 GitBook 的版本方便阅读 。

书中所有实例,在 `samples` 目录下。

从[目录](SUMMARY.md)开始阅读吧!

###Contact 联系作者:

* Blog:[www.waylau.com](http://www.waylau.com)
* Gmail: [waylau521@gmail.com](mailto:waylau521@gmail.com)
* Weibo: [waylau521](http://weibo.com/waylau521)
* Twitter: [waylau521](https://twitter.com/waylau521)
* Github : [waylau](https://github.com/waylau)