@Documented @Target(value=FIELD) @Retention(value=RUNTIME) public @interface EncryptAndDecryptField
| 限定符和类型 | 可选元素和说明 |
|---|---|
String |
decryptKey
解密的密钥
|
String |
encryptKey
加密的密钥
|
Class<? extends KeyCenterUtil> |
keyCenterUtil
加解密算法
|
public abstract String encryptKey
public abstract String decryptKey
public abstract Class<? extends KeyCenterUtil> keyCenterUtil
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.