mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-04-19 03:01:48 +08:00
fox comment
This commit is contained in:
parent
e176f783f1
commit
51a66151f3
@ -379,7 +379,7 @@ public class SM2 extends AbstractAsymmetricCrypto<SM2> {
|
||||
/**
|
||||
* 用公钥检验数字签名的合法性
|
||||
*
|
||||
* @param dataHex 数据签名后的数据
|
||||
* @param dataHex 后的数据
|
||||
* @param signHex 签名
|
||||
* @return 是否验证通过
|
||||
* @since 5.2.0
|
||||
@ -391,7 +391,7 @@ public class SM2 extends AbstractAsymmetricCrypto<SM2> {
|
||||
/**
|
||||
* 用公钥检验数字签名的合法性
|
||||
*
|
||||
* @param data 签名后的数据
|
||||
* @param data 数据
|
||||
* @param sign 签名
|
||||
* @return 是否验证通过
|
||||
*/
|
||||
@ -402,7 +402,7 @@ public class SM2 extends AbstractAsymmetricCrypto<SM2> {
|
||||
/**
|
||||
* 用公钥检验数字签名的合法性
|
||||
*
|
||||
* @param dataHex 数据签名后的数据的Hex值
|
||||
* @param dataHex 数据的Hex值
|
||||
* @param signHex 签名的Hex值
|
||||
* @param idHex ID的Hex值
|
||||
* @return 是否验证通过
|
||||
@ -415,7 +415,7 @@ public class SM2 extends AbstractAsymmetricCrypto<SM2> {
|
||||
/**
|
||||
* 用公钥检验数字签名的合法性
|
||||
*
|
||||
* @param data 数据签名后的数据
|
||||
* @param data 数据
|
||||
* @param sign 签名
|
||||
* @param id 可以为null,若为null,则默认withId为字节数组:"1234567812345678".getBytes()
|
||||
* @return 是否验证通过
|
||||
|
Loading…
x
Reference in New Issue
Block a user