秘钥管理改造,服务端返回sign

This commit is contained in:
tanghc
2019-06-27 19:21:22 +08:00
parent eb179632c8
commit 955e7ef1fd
5 changed files with 41 additions and 8 deletions

View File

@@ -14,8 +14,6 @@ public class IsvDetailDTO {
/** 0启用1禁用, 数据库字段status */
private Byte status;
// keys
/** secret, 数据库字段secret */
private String secret;
@@ -25,5 +23,6 @@ public class IsvDetailDTO {
/** 平台生成的私钥, 数据库字段private_key_platform */
private String privateKeyPlatform;
/** 签名类型1:RSA2,2:MD5 */
private Byte signType;
}