Class RsaProperties
java.lang.Object
org.springframework.cloud.bootstrap.encrypt.RsaProperties
@ConditionalOnClass(org.springframework.security.crypto.encrypt.RsaAlgorithm.class)
@ConfigurationProperties("encrypt.rsa")
public class RsaProperties
extends Object
- Author:
- Ryan Baxter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.security.crypto.encrypt.RsaAlgorithmgetSalt()booleanisStrong()voidsetAlgorithm(org.springframework.security.crypto.encrypt.RsaAlgorithm algorithm) voidvoidsetStrong(boolean strong)
-
Field Details
-
PREFIX
-
-
Constructor Details
-
RsaProperties
public RsaProperties()
-
-
Method Details
-
getAlgorithm
public org.springframework.security.crypto.encrypt.RsaAlgorithm getAlgorithm() -
setAlgorithm
public void setAlgorithm(org.springframework.security.crypto.encrypt.RsaAlgorithm algorithm) -
isStrong
public boolean isStrong() -
setStrong
public void setStrong(boolean strong) -
getSalt
-
setSalt
-