@Retention(value=RUNTIME) @Target(value=FIELD) @Documented public @interface AsyncCipherText
| 限定符和类型 | 可选元素和说明 |
|---|---|
String |
privateKey
私钥
|
String |
publicKey
公钥
|
Class<? extends CryptStrategy> |
strategy
算法策略
|
public abstract Class<? extends CryptStrategy> strategy
public abstract String privateKey
public abstract String publicKey
Copyright © 2022. All rights reserved.