跳过导航链接
A B C D E G I R S U 

A

areNotEmpty(String...) - 类 中的静态方法com.sanhert.security.util.StringUtils
检查指定的字符串列表是否不为空。

B

Base64Utils - com.sanhert.security.util中的类
Create by TangGaowei on 2017/12/7 0007.
Base64Utils() - 类 的构造器com.sanhert.security.util.Base64Utils
 

C

check(String, String, String) - 类 中的方法com.sanhert.security.Signature
字符串验签
check(String, String) - 类 中的方法com.sanhert.security.Signature
字符串验签(使用初始公钥)
check(Map<String, String>, String) - 类 中的方法com.sanhert.security.Signature
Map 验签(Map 中包含 sign 信息)
check(Map<String, String>) - 类 中的方法com.sanhert.security.Signature
Map 验签(Map 中包含 sign 信息,使用初始公钥)
check(String, String, String, String) - 类 中的静态方法com.sanhert.security.util.SignUtils
基础验签
check(Map<String, String>, String, String) - 类 中的静态方法com.sanhert.security.util.SignUtils
 
check(Map<String, String>, String) - 类 中的静态方法com.sanhert.security.util.SignUtils
 
check(String, String, String) - 类 中的静态方法com.sanhert.security.util.SignUtils
 
checkJson(String, String) - 类 中的方法com.sanhert.security.Signature
json 对象字符串验签,格式:{"response":{...}
checkJson(String) - 类 中的方法com.sanhert.security.Signature
son 对象字符串验签,格式:{"response":{...}
checkJson(String, String, String) - 类 中的静态方法com.sanhert.security.util.SignUtils
 
checkJson(String, String) - 类 中的静态方法com.sanhert.security.util.SignUtils
 
checkParameterMap(Map<String, String[]>, String) - 类 中的方法com.sanhert.security.Signature
使用 HttpServletRequest.getParameterMap() 数据验签
checkParameterMap(Map<String, String[]>) - 类 中的方法com.sanhert.security.Signature
使用 HttpServletRequest.getParameterMap() 数据验签(使用初始公钥)
checkParameterMap(Map<String, String[]>, String, String) - 类 中的静态方法com.sanhert.security.util.SignUtils
 
checkParameterMap(Map<String, String[]>, String) - 类 中的静态方法com.sanhert.security.util.SignUtils
 
com.sanhert.security - 程序包 com.sanhert.security
 
com.sanhert.security.util - 程序包 com.sanhert.security.util
 

D

decode(String) - 类 中的静态方法com.sanhert.security.util.Base64Utils
 

E

encode(byte[]) - 类 中的静态方法com.sanhert.security.util.Base64Utils
 

G

getContentFromJson(String) - 类 中的静态方法com.sanhert.security.util.SignUtils
从 json 返回数据中获取内容
getSignFromJson(String) - 类 中的静态方法com.sanhert.security.util.SignUtils
从 json 返回数据中获取签名信息

I

io(InputStream, OutputStream) - 类 中的静态方法com.sanhert.security.util.StreamUtils
 
io(InputStream, OutputStream, int) - 类 中的静态方法com.sanhert.security.util.StreamUtils
 
io(Reader, Writer) - 类 中的静态方法com.sanhert.security.util.StreamUtils
 
io(Reader, Writer, int) - 类 中的静态方法com.sanhert.security.util.StreamUtils
 
isEmpty(String) - 类 中的静态方法com.sanhert.security.util.StringUtils
检查指定的字符串是否为空
isNumeric(Object) - 类 中的静态方法com.sanhert.security.util.StringUtils
检查对象是否为数字型字符串,包含负数开头的。

R

readText(InputStream) - 类 中的静态方法com.sanhert.security.util.StreamUtils
 
readText(InputStream, String) - 类 中的静态方法com.sanhert.security.util.StreamUtils
 
readText(InputStream, String, int) - 类 中的静态方法com.sanhert.security.util.StreamUtils
 
readText(Reader) - 类 中的静态方法com.sanhert.security.util.StreamUtils
 
readText(Reader, int) - 类 中的静态方法com.sanhert.security.util.StreamUtils
 

S

sign(String) - 类 中的方法com.sanhert.security.Signature
字符串签名
sign(Map<String, String>) - 类 中的方法com.sanhert.security.Signature
Map 签名(包含排序功能,Map 将转化为 query string 格式)
sign(String, String, String) - 类 中的静态方法com.sanhert.security.util.SignUtils
基础签名
sign(String, String) - 类 中的静态方法com.sanhert.security.util.SignUtils
 
sign(Map<String, String>, String, String) - 类 中的静态方法com.sanhert.security.util.SignUtils
 
sign(Map<String, String>, String) - 类 中的静态方法com.sanhert.security.util.SignUtils
 
Signature - com.sanhert.security中的类
 
Signature(String) - 类 的构造器com.sanhert.security.Signature
 
Signature(String, String) - 类 的构造器com.sanhert.security.Signature
 
SignUtils - com.sanhert.security.util中的类
 
SignUtils() - 类 的构造器com.sanhert.security.util.SignUtils
 
StreamUtils - com.sanhert.security.util中的类
 
StreamUtils() - 类 的构造器com.sanhert.security.util.StreamUtils
 
StringUtils - com.sanhert.security.util中的类
字符串工具类
stripNonValidXMLCharacters(String) - 类 中的静态方法com.sanhert.security.util.StringUtils
过滤不可见字符
synchronizedOutputStream(OutputStream) - 类 中的静态方法com.sanhert.security.util.StreamUtils
 
synchronizedOutputStream(OutputStream, Object) - 类 中的静态方法com.sanhert.security.util.StreamUtils
 

U

unicodeToChinese(String) - 类 中的静态方法com.sanhert.security.util.StringUtils
把通用字符编码的字符串转化为汉字编码。
A B C D E G I R S U 
跳过导航链接

Copyright © 2020. All rights reserved.