@Component @ConfigurationProperties(prefix="spring.encrypt.rsa") public class RsaEncryptProperties extends Object
Description:
| 构造器和说明 |
|---|
RsaEncryptProperties() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getPrivateKey() |
String |
getPublicKey() |
boolean |
isEnabled() |
void |
setEnabled(boolean enabled) |
void |
setPrivateKey(String privateKey) |
void |
setPublicKey(String publicKey) |
Copyright © 2021. All rights reserved.