为什么httpclient使用AESCipher

时间:2018-08-14 12:02:19

标签: java httpclient

    <dependency>
        <groupId>org.apache.httpcomponents</groupId>
        <artifactId>httpasyncclient</artifactId>
        <version>4.1.1</version>
    </dependency>

我使用此httpasyncclient,它在jdk1.7和jdk1.8中执行不同的操作。第一张图片是1.8。为什么1.8使用AESCiper? enter image description here

在1.7 enter image description here

1 个答案:

答案 0 :(得分:2)

因为使用的密码套件与TLS的不同版本不同。 TLS的支持版本不同于其他JDK版本(including minor one for java 1.7