Skip to content

Latest commit

 

History

History
30 lines (28 loc) · 2.07 KB

SUMMARY.md

File metadata and controls

30 lines (28 loc) · 2.07 KB

Summary

This is the summary of my book.

  • 引言
    • [特性和用途](Introduction/Features and Benefits.md)
    • [JSSE 标准 API](Introduction/JSSE Standard API.md)
    • [SunJSSE 供应商](Introduction/SunJSSE Provider.md)
    • [相关文档](Introduction/Related Documentation.md)
  • [JRE 安装目录](The JRE Installation Directory/The JRE Installation Directory.md)
  • [术语和定义](Terms and Definitions/Terms and Definitions.md)
  • [SSL 协议总览](Secure Sockets Layer Protocol Overview/Secure Sockets Layer Protocol Overview.md)
    • [为何使用 SSL](Secure Sockets Layer Protocol Overview/Why Use SSL.md)
    • [SSL 如何工作](Secure Sockets Layer Protocol Overview/How SSL Works.md)
  • [JSSE 类和接口](JSSE Classes and Interfaces/JSSE Classes and Interfaces.md)
    • [核心类和接口](JSSE Classes and Interfaces/Core Classes and Interfaces.md)
    • [支持类和接口](JSSE Classes and Interfaces/Support Classes and Interfacess.md)
    • [次要支持类和接口](JSSE Classes and Interfaces/Secondary Support Classes and Interfaces.md)
  • [自定义 JSSE](Customizing JSSE/Customizing JSSE.md)
  • [TLS 重新协商问题](Transport Layer Security Renegotiation Issue/Transport Layer Security Renegotiation Issue.md)
  • [硬件加速和智能卡的支持](Hardware Acceleration and Smartcard Support/Hardware Acceleration and Smartcard Support.md)
  • [Kerberos密码套件](Kerberos Cipher Suites/Kerberos Cipher Suites.md)
  • [额外的 Keystore 格式(PKCS12)](Additional Keystore Formats/Additional Keystore Formats.md)
  • [SNI 扩展](Server Name Indication Extension/Server Name Indication Extension.md)
  • 问题解决
  • [代码示例](Code Examples/Code Examples.md)
    • [将不安全的 Socket 转为安全的 Socket](Code Examples/Converting an Unsecure Socket to a Secure Socket.md)
    • [运行 JSSE 示例代码](Code Examples/Running the JSSE Sample Code.md)
    • [使用 JSSE 创建 Keystore](Code Examples/Creating a Keystore to Use with JSSE.md)
    • [使用 SNI 扩展](Code Examples/Using the Server Name Indication Extension.md)