@ConditionalOnClass(value=org.springframework.security.rsa.crypto.RsaAlgorithm.class) @ConfigurationProperties(value="encrypt.rsa") public class RsaProperties extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
PREFIX
ConfigurationProperties prefix for RsaProperties.
|
| Constructor and Description |
|---|
RsaProperties() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.rsa.crypto.RsaAlgorithm |
getAlgorithm() |
String |
getSalt() |
boolean |
isStrong() |
void |
setAlgorithm(org.springframework.security.rsa.crypto.RsaAlgorithm algorithm) |
void |
setSalt(String salt) |
void |
setStrong(boolean strong) |
public static final String PREFIX
public org.springframework.security.rsa.crypto.RsaAlgorithm getAlgorithm()
public void setAlgorithm(org.springframework.security.rsa.crypto.RsaAlgorithm algorithm)
public boolean isStrong()
public void setStrong(boolean strong)
public String getSalt()
public void setSalt(String salt)
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.