public class SignUtil extends Object
Constructor and Description |
---|
SignUtil() |
Modifier and Type | Method and Description |
---|---|
static TreeMap<String,Object> |
objectToMap(Object object) |
static String |
sign4PCString(Object object,
List<String> unSignKeyList) |
static String |
sign4SelectedKeys(Object object,
String rsaPriKey,
List<String> signKeyList) |
static String |
signRemoveSelectedKeys(Object object,
String rsaPriKey,
List<String> signKeyList) |
static String |
signString(Object object,
List<String> unSignKeyList) |
public static String sign4SelectedKeys(Object object, String rsaPriKey, List<String> signKeyList)
public static String signRemoveSelectedKeys(Object object, String rsaPriKey, List<String> signKeyList)
public static String signString(Object object, List<String> unSignKeyList) throws IllegalArgumentException, IllegalAccessException
public static TreeMap<String,Object> objectToMap(Object object) throws IllegalArgumentException, IllegalAccessException
public static String sign4PCString(Object object, List<String> unSignKeyList) throws IllegalArgumentException, IllegalAccessException
Copyright © 2022. All rights reserved.