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 Modifier Constructor Description protectedVanillaEncryptionConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.security.crypto.encrypt.TextEncryptortextEncryptor()
-