mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-04-03 16:24:31 +08:00
fix comment
This commit is contained in:
parent
ab1b2c5e48
commit
09ee55cc6f
@ -366,7 +366,7 @@ public class SM2 extends AbstractAsymmetricCrypto<SM2> {
|
||||
/**
|
||||
* 用公钥检验数字签名的合法性
|
||||
*
|
||||
* @param dataHex 数据签名后的数据
|
||||
* @param dataHex 的数据
|
||||
* @param signHex 签名
|
||||
* @return 是否验证通过
|
||||
* @since 5.2.0
|
||||
@ -378,7 +378,7 @@ public class SM2 extends AbstractAsymmetricCrypto<SM2> {
|
||||
/**
|
||||
* 用公钥检验数字签名的合法性
|
||||
*
|
||||
* @param data 签名后的数据
|
||||
* @param data 数据
|
||||
* @param sign 签名
|
||||
* @return 是否验证通过
|
||||
*/
|
||||
@ -389,7 +389,7 @@ public class SM2 extends AbstractAsymmetricCrypto<SM2> {
|
||||
/**
|
||||
* 用公钥检验数字签名的合法性
|
||||
*
|
||||
* @param dataHex 数据签名后的数据的Hex值
|
||||
* @param dataHex 数据的Hex值
|
||||
* @param signHex 签名的Hex值
|
||||
* @param idHex ID的Hex值
|
||||
* @return 是否验证通过
|
||||
@ -402,7 +402,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