public interface ConfigCryptor
| Modifier and Type | Method and Description |
|---|---|
String |
decrypt(String customTag,
String encryptedValue)
解密配置项的值
|
String decrypt(String customTag, String encryptedValue) throws DecryptFailedException
customTag - 应用自定义配置标识encryptedValue - 配置项加密的值DecryptFailedException - 解密失败Copyright © 2024. All rights reserved.