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 实例
- Host: GitHub
- URL: https://github.com/waylau/jsse-reference-guide
- Owner: waylau
- License: mit
- Created: 2015-10-14T07:15:40.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-15T12:54:39.000Z (about 9 years ago)
- Last Synced: 2025-01-06T06:22:25.299Z (9 months ago)
- Homepage: http://waylau.gitbooks.io/jsse-reference-guide
- Size: 143 KB
- Stars: 28
- Watchers: 5
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)