您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类
A
B
C
D
E
G
I
M
Q
R
S
T
A
AESUtil
-
cn.jdevelops.encryption.core
中的类
AES 是一种可逆加密算法,对用户的敏感信息加密处理 对原始数据进行AES加密后,在进行Base64编码转化;
B
Base64ConvertUtil
-
cn.jdevelops.encryption.core
中的类
Base64工具
Base64ConvertUtil()
- 类 的构造器cn.jdevelops.encryption.core.
Base64ConvertUtil
Base64Decoder
-
cn.jdevelops.encryption.core
中的类
Base64解码实现
Base64Decoder()
- 类 的构造器cn.jdevelops.encryption.core.
Base64Decoder
Base64Encoder
-
cn.jdevelops.encryption.core
中的类
Base64编码
Base64Encoder()
- 类 的构造器cn.jdevelops.encryption.core.
Base64Encoder
bytes(CharSequence, Charset)
- 类 中的静态方法cn.jdevelops.encryption.util.
RemarkUtil
C
check(Object)
- 类 中的静态方法cn.jdevelops.encryption.core.
SignMD5Util
检查
check(Object)
- 类 中的静态方法cn.jdevelops.encryption.core.
SignShaUtil
checkHeader(HttpServletRequest, String)
- 类 中的静态方法cn.jdevelops.encryption.core.
SignMD5Util
检查
cn.jdevelops.encryption.constant
- 程序包 cn.jdevelops.encryption.constant
cn.jdevelops.encryption.core
- 程序包 cn.jdevelops.encryption.core
cn.jdevelops.encryption.util
- 程序包 cn.jdevelops.encryption.util
copy(Object, Object, int)
- 类 中的静态方法cn.jdevelops.encryption.util.
RemarkUtil
包装 { System#arraycopy(Object, int, Object, int, int) }
数组复制,缘数组和目标数组都是从位置0开始复制
D
decode(String)
- 类 中的静态方法cn.jdevelops.encryption.core.
Base64ConvertUtil
解密JDK1.8
decode(CharSequence)
- 类 中的静态方法cn.jdevelops.encryption.core.
Base64Decoder
base64解码
decode(byte[])
- 类 中的静态方法cn.jdevelops.encryption.core.
Base64Decoder
解码Base64
decode(byte[], int, int)
- 类 中的静态方法cn.jdevelops.encryption.core.
Base64Decoder
解码Base64
decode(String)
- 类 中的静态方法cn.jdevelops.encryption.core.
DESUtil
解密
decodeStr(CharSequence)
- 类 中的静态方法cn.jdevelops.encryption.core.
Base64Decoder
base64解码
decodeStr(CharSequence, Charset)
- 类 中的静态方法cn.jdevelops.encryption.core.
Base64Decoder
base64解码
decrypt(String)
- 类 中的方法cn.jdevelops.encryption.core.
AESUtil
解密-无偏移量
decrypt(String, String, String)
- 类 中的方法cn.jdevelops.encryption.core.
AESUtil
解密-有偏移量
decryptAES(String)
- 类 中的静态方法cn.jdevelops.encryption.core.
QrCodeAES
AES解密
DESUtil
-
cn.jdevelops.encryption.core
中的类
对称加密
DESUtil()
- 类 的构造器cn.jdevelops.encryption.core.
DESUtil
E
encode(String)
- 类 中的静态方法cn.jdevelops.encryption.core.
Base64ConvertUtil
加密JDK1.8
encode(byte[], boolean)
- 类 中的静态方法cn.jdevelops.encryption.core.
Base64Encoder
编码为Base64,非URL安全的
encode(CharSequence)
- 类 中的静态方法cn.jdevelops.encryption.core.
Base64Encoder
base64编码
encode(CharSequence, Charset)
- 类 中的静态方法cn.jdevelops.encryption.core.
Base64Encoder
base64编码
encode(byte[])
- 类 中的静态方法cn.jdevelops.encryption.core.
Base64Encoder
base64编码
encode(byte[], boolean, boolean)
- 类 中的静态方法cn.jdevelops.encryption.core.
Base64Encoder
编码为Base64
如果isMultiLine为
true
,则每76个字符一个换行符,否则在一行显示
encode(String)
- 类 中的静态方法cn.jdevelops.encryption.core.
DESUtil
加密
encodeUrlSafe(byte[], boolean)
- 类 中的静态方法cn.jdevelops.encryption.core.
Base64Encoder
编码为Base64,URL安全的
encodeUrlSafe(CharSequence)
- 类 中的静态方法cn.jdevelops.encryption.core.
Base64Encoder
base64编码,URL安全
encodeUrlSafe(CharSequence, Charset)
- 类 中的静态方法cn.jdevelops.encryption.core.
Base64Encoder
base64编码,URL安全的
encodeUrlSafe(byte[])
- 类 中的静态方法cn.jdevelops.encryption.core.
Base64Encoder
base64编码,URL安全的
encrypt(String, String, String)
- 类 中的方法cn.jdevelops.encryption.core.
AESUtil
加密-带偏移量
encrypt(String)
- 类 中的方法cn.jdevelops.encryption.core.
AESUtil
加密-无偏移量
encrypt(String)
- 类 中的静态方法cn.jdevelops.encryption.core.
SignMD5Util
encrypt(String, boolean)
- 类 中的静态方法cn.jdevelops.encryption.core.
SignMD5Util
加密
encrypt(Object)
- 类 中的静态方法cn.jdevelops.encryption.core.
SignMD5Util
对 map 进行加密
encrypt(Map<String, Object>, boolean)
- 类 中的静态方法cn.jdevelops.encryption.core.
SignMD5Util
16位或32位密码
encrypt(String)
- 类 中的静态方法cn.jdevelops.encryption.core.
SignShaUtil
encrypt(Object)
- 类 中的静态方法cn.jdevelops.encryption.core.
SignShaUtil
encryptAES(String)
- 类 中的静态方法cn.jdevelops.encryption.core.
QrCodeAES
AES加密
encryptHeader(String, boolean)
- 类 中的静态方法cn.jdevelops.encryption.core.
SignMD5Util
16位或32位密码
G
getHeaderSign(HttpServletRequest)
- 类 中的静态方法cn.jdevelops.encryption.core.
SignMD5Util
从 request 获取token
getInstance()
- 类 中的静态方法cn.jdevelops.encryption.core.
AESUtil
单例工厂
I
isEmpty(byte[])
- 类 中的静态方法cn.jdevelops.encryption.util.
RemarkUtil
数组是否为空
M
map2Str(Map<String, Object>)
- 类 中的静态方法cn.jdevelops.encryption.util.
RemarkUtil
map 转 str
MD5_PRIVATE_KEY
- 类 中的静态变量cn.jdevelops.encryption.constant.
SignConstant
Q
QrCodeAES
-
cn.jdevelops.encryption.core
中的类
QrCode
QrCodeAES()
- 类 的构造器cn.jdevelops.encryption.core.
QrCodeAES
R
RemarkUtil
-
cn.jdevelops.encryption.util
中的类
RemarkUtil()
- 类 的构造器cn.jdevelops.encryption.util.
RemarkUtil
S
SignConstant
-
cn.jdevelops.encryption.constant
中的类
签名常量
SignConstant()
- 类 的构造器cn.jdevelops.encryption.constant.
SignConstant
SignMD5Util
-
cn.jdevelops.encryption.core
中的类
接口签名用 md5加密
SignMD5Util()
- 类 的构造器cn.jdevelops.encryption.core.
SignMD5Util
SignShaUtil
-
cn.jdevelops.encryption.core
中的类
接口签名用 sha加密
SignShaUtil()
- 类 的构造器cn.jdevelops.encryption.core.
SignShaUtil
str(byte[], Charset)
- 类 中的静态方法cn.jdevelops.encryption.util.
RemarkUtil
T
transBean2Map(Object)
- 类 中的静态方法cn.jdevelops.encryption.util.
RemarkUtil
Bean -- Map 1: 利用Introspector和PropertyDescriptor 将Bean -- Map
A
B
C
D
E
G
I
M
Q
R
S
T
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类
Copyright © 2021
tan
. All rights reserved.