Class EncryptionBootstrapConfiguration.VanillaEncryptionConfiguration
java.lang.Object
org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfiguration.VanillaEncryptionConfiguration
- Enclosing class:
- EncryptionBootstrapConfiguration
@Configuration(proxyBeanMethods=false)
@Conditional(KeyCondition.class)
@ConditionalOnMissingClass("org.springframework.security.rsa.crypto.RsaSecretEncryptor")
protected static class EncryptionBootstrapConfiguration.VanillaEncryptionConfiguration
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.security.crypto.encrypt.TextEncryptor
-
Constructor Details
-
VanillaEncryptionConfiguration
protected VanillaEncryptionConfiguration()
-
-
Method Details
-
textEncryptor
@Bean @ConditionalOnMissingBean(org.springframework.security.crypto.encrypt.TextEncryptor.class) public org.springframework.security.crypto.encrypt.TextEncryptor textEncryptor()
-