mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-05-08 03:56:48 +08:00
版本升级2.0.7-RELEASE
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<artifactId>pay-java-parent</artifactId>
|
||||
<groupId>com.egzosn</groupId>
|
||||
<version>2.0.7-SNAPSHOT</version>
|
||||
<version>2.0.7-RELEASE</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
@@ -3,8 +3,8 @@ package com.egzosn.pay.common.bean;
|
||||
/**
|
||||
* 货币类型
|
||||
* @author Actinia
|
||||
* @email hayesfu@qq.com
|
||||
* <pre>
|
||||
* email hayesfu@qq.com
|
||||
* create 2017 2017/1/16
|
||||
* </pre>
|
||||
*/
|
||||
|
||||
@@ -133,7 +133,7 @@ public class HttpStringEntity extends StringEntity {
|
||||
* @param request 请求体
|
||||
* @param contentType 内容类型
|
||||
*
|
||||
* @throws UnsupportedEncodingException 不支持默认的HTTP字符集
|
||||
* @throws UnsupportedCharsetException 不支持默认的HTTP字符集
|
||||
*/
|
||||
public HttpStringEntity(String request, ContentType contentType) throws UnsupportedCharsetException {
|
||||
super(request, contentType);
|
||||
@@ -146,7 +146,7 @@ public class HttpStringEntity extends StringEntity {
|
||||
* @param request 请求体
|
||||
* @param charset 字符类型
|
||||
*
|
||||
* @throws UnsupportedEncodingException 不支持默认的HTTP字符集
|
||||
* @throws UnsupportedCharsetException 不支持默认的HTTP字符集
|
||||
*/
|
||||
public HttpStringEntity(String request, String charset) throws UnsupportedCharsetException {
|
||||
super(request, charset);
|
||||
|
||||
@@ -74,10 +74,11 @@ public class CertDescriptor {
|
||||
}
|
||||
return encryptCertTemp;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 通过keyStore 获取私钥签名证书PrivateKey对象
|
||||
*
|
||||
*
|
||||
* @param pwd 证书对应密码
|
||||
* @return PrivateKey 私钥
|
||||
*/
|
||||
public PrivateKey getSignCertPrivateKey(String pwd) {
|
||||
|
||||
Reference in New Issue
Block a user