跳过导航链接
A C D E G H I S V 

A

ASYMMETRIC_ERROR_MESSAGE - 类 中的静态变量icu.easyj.crypto.GlobalCrypto
 

C

CryptoFactory - icu.easyj.crypto中的类
加密算法工厂类
CryptoFactory() - 类 的构造器icu.easyj.crypto.CryptoFactory
 
CryptoType - icu.easyj.crypto中的枚举
加密算法类型

D

decrypt(byte[]) - 类 中的方法icu.easyj.crypto.asymmetric.HutoolAsymmetricCryptoAdapter
 
decrypt(byte[]) - 接口 中的方法icu.easyj.crypto.ICrypto
解密
decrypt(String) - 接口 中的方法icu.easyj.crypto.ICrypto
从Hex或Base64字符串解密,编码为UTF-8格式
decrypt(InputStream) - 接口 中的方法icu.easyj.crypto.ICrypto
解密
decrypt(byte[]) - 类 中的方法icu.easyj.crypto.symmetric.HutoolSymmetricCryptoAdapter
 
decrypt(InputStream, OutputStream, boolean) - 类 中的方法icu.easyj.crypto.symmetric.HutoolSymmetricCryptoAdapter
 
decrypt(InputStream, OutputStream, boolean) - 接口 中的方法icu.easyj.crypto.symmetric.ISymmetricCrypto
解密,针对大数据量,结束后不关闭流
decryptBase64(String, Charset) - 接口 中的方法icu.easyj.crypto.ICrypto
解密Base64表示的字符串
decryptBase64(String) - 接口 中的方法icu.easyj.crypto.ICrypto
解密Base64表示的字符串,使用UTF-8编码
decryptFromBcd(String) - 接口 中的方法icu.easyj.crypto.ICrypto
解密BCD
decryptFromBcd(String, Charset) - 接口 中的方法icu.easyj.crypto.ICrypto
分组解密
decryptHex(String, Charset) - 接口 中的方法icu.easyj.crypto.ICrypto
解密Hex(16进制)
decryptHex(String) - 接口 中的方法icu.easyj.crypto.ICrypto
解密Hex(16进制),使用UTF-8编码
decryptStr(byte[], Charset) - 接口 中的方法icu.easyj.crypto.ICrypto
解密为字符串
decryptStr(byte[]) - 接口 中的方法icu.easyj.crypto.ICrypto
解密为字符串,默认UTF-8编码
decryptStr(InputStream, Charset) - 接口 中的方法icu.easyj.crypto.ICrypto
解密,不会关闭流
decryptStr(InputStream) - 接口 中的方法icu.easyj.crypto.ICrypto
解密
decryptStr(String, Charset) - 接口 中的方法icu.easyj.crypto.ICrypto
解密为字符串,密文需为Hex(16进制)或Base64字符串
decryptStr(String) - 接口 中的方法icu.easyj.crypto.ICrypto
解密为字符串,密文需为Hex(16进制)或Base64字符串
decryptStrFromBcd(String, Charset) - 接口 中的方法icu.easyj.crypto.ICrypto
解密为字符串,密文需为BCD格式
decryptStrFromBcd(String) - 接口 中的方法icu.easyj.crypto.ICrypto
解密为字符串,密文需为BCD格式,编码为UTF-8格式

E

encrypt(byte[]) - 类 中的方法icu.easyj.crypto.asymmetric.HutoolAsymmetricCryptoAdapter
 
encrypt(byte[]) - 接口 中的方法icu.easyj.crypto.ICrypto
加密
encrypt(String) - 接口 中的方法icu.easyj.crypto.ICrypto
加密,使用UTF-8编码
encrypt(String, Charset) - 接口 中的方法icu.easyj.crypto.ICrypto
加密
encrypt(String, String) - 接口 中的方法icu.easyj.crypto.ICrypto
加密
encrypt(InputStream) - 接口 中的方法icu.easyj.crypto.ICrypto
加密,并关闭流
encrypt(byte[]) - 类 中的方法icu.easyj.crypto.symmetric.HutoolSymmetricCryptoAdapter
 
encrypt(InputStream, OutputStream, boolean) - 类 中的方法icu.easyj.crypto.symmetric.HutoolSymmetricCryptoAdapter
 
encrypt(InputStream, OutputStream, boolean) - 接口 中的方法icu.easyj.crypto.symmetric.ISymmetricCrypto
加密,针对大数据量,可选结束后是否关闭流
encryptBase64(byte[]) - 接口 中的方法icu.easyj.crypto.ICrypto
编码为Base64字符串
encryptBase64(String) - 接口 中的方法icu.easyj.crypto.ICrypto
编码为Base64字符串,使用UTF-8编码
encryptBase64(String, Charset) - 接口 中的方法icu.easyj.crypto.ICrypto
编码为Base64字符串
encryptBase64(String, String) - 接口 中的方法icu.easyj.crypto.ICrypto
加密
encryptBase64(InputStream) - 接口 中的方法icu.easyj.crypto.ICrypto
加密
encryptBcd(byte[]) - 接口 中的方法icu.easyj.crypto.ICrypto
分组加密
encryptBcd(String) - 接口 中的方法icu.easyj.crypto.ICrypto
分组加密
encryptBcd(String, Charset) - 接口 中的方法icu.easyj.crypto.ICrypto
分组加密
encryptBcd(String, String) - 接口 中的方法icu.easyj.crypto.ICrypto
分组加密
encryptBcd(InputStream) - 接口 中的方法icu.easyj.crypto.ICrypto
加密
encryptHex(byte[]) - 接口 中的方法icu.easyj.crypto.ICrypto
编码为Hex字符串
encryptHex(String) - 接口 中的方法icu.easyj.crypto.ICrypto
编码为Hex字符串
encryptHex(String, Charset) - 接口 中的方法icu.easyj.crypto.ICrypto
编码为Hex字符串
encryptHex(String, String) - 接口 中的方法icu.easyj.crypto.ICrypto
加密
encryptHex(InputStream) - 接口 中的方法icu.easyj.crypto.ICrypto
加密

G

get(String) - 枚举 中的静态方法icu.easyj.crypto.CryptoType
根据枚举名获取枚举
getAlgorithm() - 类 中的方法icu.easyj.crypto.asymmetric.HutoolAsymmetricCryptoAdapter
 
getAlgorithm() - 接口 中的方法icu.easyj.crypto.ICrypto
获取加密算法
getAlgorithm() - 类 中的方法icu.easyj.crypto.symmetric.HutoolSymmetricCryptoAdapter
 
getAsymmetricCrypto(String, PublicKey, PrivateKey) - 类 中的方法icu.easyj.crypto.CryptoFactory
生成非对称加密算法
getAsymmetricCrypto(String, byte[], byte[]) - 类 中的静态方法icu.easyj.crypto.CryptoFactory
生成非对称加密算法
getAsymmetricCrypto(String, String, String) - 类 中的静态方法icu.easyj.crypto.CryptoFactory
生成非对称加密算法
getAsymmetricCrypto() - 类 中的静态方法icu.easyj.crypto.GlobalCrypto
 
getAsymmetricCrypto(String, PublicKey, PrivateKey) - 接口 中的方法icu.easyj.crypto.ICryptoGenerator
生成非对称加密算法
getAsymmetricCrypto(String, byte[], byte[]) - 接口 中的方法icu.easyj.crypto.ICryptoGenerator
生成非对称加密算法
getAsymmetricCrypto(String, String, String) - 接口 中的方法icu.easyj.crypto.ICryptoGenerator
生成非对称加密算法
getAsymmetricCrypto(String, PublicKey, PrivateKey) - 类 中的方法icu.easyj.crypto.impls.HutoolCryptoGenerator
生成非对称加密算法
getCrypto() - 类 中的方法icu.easyj.crypto.asymmetric.HutoolAsymmetricCryptoAdapter
获取非对称加密算法实例
getCrypto() - 类 中的方法icu.easyj.crypto.symmetric.HutoolSymmetricCryptoAdapter
获取对称加密算法实例
getGenerator() - 类 中的静态方法icu.easyj.crypto.CryptoFactory
获取加密算法生成器
getSymmetricCrypto(String, SecretKey, AlgorithmParameterSpec) - 类 中的静态方法icu.easyj.crypto.CryptoFactory
生成对称加密算法
getSymmetricCrypto(String, byte[], byte[]) - 类 中的静态方法icu.easyj.crypto.CryptoFactory
生成对称加密算法
getSymmetricCrypto(String, String, String) - 类 中的静态方法icu.easyj.crypto.CryptoFactory
生成对称加密算法,使用UTF-8编码
getSymmetricCrypto(String, String, String, Charset) - 类 中的静态方法icu.easyj.crypto.CryptoFactory
生成对称加密算法
getSymmetricCrypto() - 类 中的静态方法icu.easyj.crypto.GlobalCrypto
 
getSymmetricCrypto(String, SecretKey, AlgorithmParameterSpec) - 接口 中的方法icu.easyj.crypto.ICryptoGenerator
生成对称加密算法
getSymmetricCrypto(String, byte[], byte[]) - 接口 中的方法icu.easyj.crypto.ICryptoGenerator
生成对称加密算法
getSymmetricCrypto(String, String, String) - 接口 中的方法icu.easyj.crypto.ICryptoGenerator
生成对称加密算法,使用UTF-8编码
getSymmetricCrypto(String, String, String, Charset) - 接口 中的方法icu.easyj.crypto.ICryptoGenerator
生成对称加密算法
getSymmetricCrypto(String, SecretKey, AlgorithmParameterSpec) - 类 中的方法icu.easyj.crypto.impls.HutoolCryptoGenerator
生成对称加密算法
GlobalCrypto - icu.easyj.crypto中的类
全局加密算法
GlobalCrypto() - 类 的构造器icu.easyj.crypto.GlobalCrypto
 

H

HutoolAsymmetricCryptoAdapter - icu.easyj.crypto.asymmetric中的类
Hutool非对称加密算法适配器
HutoolAsymmetricCryptoAdapter(String, T) - 类 的构造器icu.easyj.crypto.asymmetric.HutoolAsymmetricCryptoAdapter
构造函数
HutoolCryptoGenerator - icu.easyj.crypto.impls中的类
基于Hutool的加密算法生成器
HutoolCryptoGenerator() - 类 的构造器icu.easyj.crypto.impls.HutoolCryptoGenerator
 
HutoolSymmetricCryptoAdapter - icu.easyj.crypto.symmetric中的类
Hutool对称加密算法适配器
HutoolSymmetricCryptoAdapter(String, SymmetricCrypto) - 类 的构造器icu.easyj.crypto.symmetric.HutoolSymmetricCryptoAdapter
构造函数

I

IAsymmetricCrypto - icu.easyj.crypto.asymmetric中的接口
非对称加密算法
ICrypto - icu.easyj.crypto中的接口
非对称加密算法
ICryptoGenerator - icu.easyj.crypto中的接口
加密算法实例生成器接口
icu.easyj.crypto - 程序包 icu.easyj.crypto
 
icu.easyj.crypto.asymmetric - 程序包 icu.easyj.crypto.asymmetric
 
icu.easyj.crypto.impls - 程序包 icu.easyj.crypto.impls
 
icu.easyj.crypto.symmetric - 程序包 icu.easyj.crypto.symmetric
 
ISymmetricCrypto - icu.easyj.crypto.symmetric中的接口
对称加密算法

S

setAsymmetricCrypto(IAsymmetricCrypto) - 类 中的静态方法icu.easyj.crypto.GlobalCrypto
 
setSymmetricCrypto(ISymmetricCrypto) - 类 中的静态方法icu.easyj.crypto.GlobalCrypto
 
SYMMETRIC_ERROR_MESSAGE - 类 中的静态变量icu.easyj.crypto.GlobalCrypto
 

V

valueOf(String) - 枚举 中的静态方法icu.easyj.crypto.CryptoType
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法icu.easyj.crypto.CryptoType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
A C D E G H I S V 
跳过导航链接

Copyright © 2021 EasyJ寮�婧愮ぞ鍖�. All rights reserved.