Java 7 support of AES-GCM in SSL/TLS?

后端 未结 5 882
别跟我提以往
别跟我提以往 2020-12-09 05:23

According to Java 7 documentation as well as third party vendors, it appears Java 7 should support AES-GCM suites:

  1. ibm java 7
  2. java 7 ssl doc
5条回答
  •  执念已碎
    2020-12-09 06:21

    Both Oracle JDK and OpenJDK start to support GCM ciphers in java 8.

    • For OpenJDK, please see JEP 115: AEAD CipherSuites
    • For Oracle JDK, please see JDK 8 Security Enhancements and Java Cryptography Architecture Oracle Providers Documentation for JDK 8

提交回复
热议问题