| 程序包 | 说明 |
|---|---|
| com.baomidou.kisso.common.encrypt |
加密算法相关类
kisso 关键核心对称加密算法 AES,PBE
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Algorithm |
Algorithm.convert(String encryptAlgorithm) |
Algorithm |
SSOSymmetrical.getAlgorithm() |
static Algorithm |
Algorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Algorithm[] |
Algorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 限定符和类型 | 方法和说明 |
|---|---|
byte[] |
SSOSymmetrical.decrypt(Algorithm algorithm,
byte[] data,
String key)
解密
|
byte[] |
SSOSymmetrical.encrypt(Algorithm algorithm,
byte[] data,
String key)
加密
|
void |
SSOSymmetrical.setAlgorithm(Algorithm algorithm) |
| 构造器和说明 |
|---|
SSOSymmetrical(Algorithm algorithm) |
Copyright © 2016. All rights reserved.