javaSdk

签名示例jar

jdk8版本(右键另存为)
jdk7版本(右键另存为)
jdk6版本(右键另存为)


HttpsClientUtil.java(右键另存为)

其中HttpsClientUtil依赖httpclient,如果没有,maven可以使用一下的依赖引入:

<dependency>
    <groupId>org.apache.httpcomponents</groupId>
    <artifactId>httpcore</artifactId>
    <version>4.4.1</version>
</dependency>
<dependency>
    <groupId>org.apache.httpcomponents</groupId>
    <artifactId>httpclient</artifactId>
    <version>4.4.1</version>
</dependency>


results matching ""

    No results matching ""