【发布时间】:2014-12-04 10:35:42
【问题描述】:
密码套件 TLS_PSK_WITH_AES_128_GCM_SHA256 包含在 JSSE 密码套件名称中(参考:https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html)。
但同样不包含在支持的密码套件列表中(参考:https://docs.oracle.com/javase/8/docs/technotes/guides/security/SunProviders.html)。
我还重新检查了运行代码是否支持它...sslSocketFactory.getSupportedCipherSuites()。但事实并非如此。
这是什么意思? 我如何才能获得对此密码套件的支持? 如果我必须为此密码套件提供实施,我该如何进行?
【问题讨论】:
标签: java security encryption java-8