public class SignUtil extends Object
| Constructor and Description |
|---|
SignUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getSignString(Map<String,String> params,
String key)
Get the signed string
|
static boolean |
signCheck(Map<String,String> params,
String key)
Signature check
In the signature parameters, sign is the encrypted value used for verification,
other parameters are sorted alphabetically, encrypted, and their contents are linked together
|
public static final String SIGN
public static boolean signCheck(Map<String,String> params, String key)
params - key - Copyright © 2023. All rights reserved.