| 程序包 | 说明 |
|---|---|
| org.apache.shenyu.plugin.cryptor.strategy |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AesCbcBase64KeyStrategy
AES/CBC/PKCS5Padding cryptor strategy with Base64-decoded key.
|
class |
AesCbcMd5Strategy
AES/CBC/PKCS5Padding cryptor strategy with MD5+Base64 key derivation.
|
class |
AesEcbStrategy
AES/ECB/PKCS5Padding cryptor strategy.
|
class |
RsaStrategy
rsa cryptor.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static CryptorStrategy |
CryptorStrategyFactory.newInstance(java.lang.String strategyName)
New instance cryptor strategy.
|
Copyright © 2026 The Apache Software Foundation. All rights reserved.