| Package | Description |
|---|---|
| icu.easyj.crypto | |
| icu.easyj.crypto.impls | |
| icu.easyj.crypto.symmetric |
| Modifier and Type | Method and Description |
|---|---|
static ISymmetricCrypto |
GlobalCrypto.getSymmetricCrypto() |
static ISymmetricCrypto |
CryptoFactory.getSymmetricCrypto(String algorithm,
byte[] key,
byte[] iv)
生成对称加密算法
|
default ISymmetricCrypto |
ICryptoGenerator.getSymmetricCrypto(String algorithm,
byte[] key,
byte[] iv)
生成对称加密算法
|
static ISymmetricCrypto |
CryptoFactory.getSymmetricCrypto(String algorithm,
SecretKey secretKey,
AlgorithmParameterSpec algorithmParameterSpec)
生成对称加密算法
|
ISymmetricCrypto |
ICryptoGenerator.getSymmetricCrypto(String algorithm,
SecretKey secretKey,
AlgorithmParameterSpec algorithmParameterSpec)
生成对称加密算法
|
static ISymmetricCrypto |
CryptoFactory.getSymmetricCrypto(String algorithm,
String key,
String iv)
生成对称加密算法,使用UTF-8编码
|
default ISymmetricCrypto |
ICryptoGenerator.getSymmetricCrypto(String algorithm,
String key,
String iv)
生成对称加密算法,使用UTF-8编码
|
static ISymmetricCrypto |
CryptoFactory.getSymmetricCrypto(String algorithm,
String key,
String iv,
Charset charset)
生成对称加密算法
|
default ISymmetricCrypto |
ICryptoGenerator.getSymmetricCrypto(String algorithm,
String key,
String iv,
Charset charset)
生成对称加密算法
|
| Modifier and Type | Method and Description |
|---|---|
static void |
GlobalCrypto.setSymmetricCrypto(ISymmetricCrypto symmetricCrypto) |
| Modifier and Type | Method and Description |
|---|---|
ISymmetricCrypto |
HutoolCryptoGeneratorImpl.getSymmetricCrypto(String algorithm,
SecretKey secretKey,
AlgorithmParameterSpec algorithmParameterSpec)
生成对称加密算法
|
| Modifier and Type | Class and Description |
|---|---|
class |
HutoolSymmetricCryptoAdapter
Hutool对称加密算法适配器
|
Copyright © 2021–2022 EasyJ????. All rights reserved.