@ConfigurationProperties(value="springlet.crypt.rsa") @Configuration public class RSAProperties extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private boolean |
enabled
是否开启
|
private String |
privateKey
私钥
|
private String |
publicKey
公钥
|
| 构造器和说明 |
|---|
RSAProperties() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getPrivateKey() |
String |
getPublicKey() |
boolean |
isEnabled() |
void |
setEnabled(boolean enabled) |
void |
setPrivateKey(String privateKey) |
void |
setPublicKey(String publicKey) |
Copyright © 2022. All rights reserved.