@Configuration(proxyBeanMethods=false) @ConditionalOnClass(value=org.springframework.security.crypto.encrypt.TextEncryptor.class) @EnableConfigurationProperties public class EncryptionBootstrapConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
EncryptionBootstrapConfiguration.FailsafeTextEncryptor
Deprecated.
|
static class |
EncryptionBootstrapConfiguration.KeyCondition
A Spring Boot condition for key encryption.
|
protected static class |
EncryptionBootstrapConfiguration.RsaEncryptionConfiguration |
protected static class |
EncryptionBootstrapConfiguration.VanillaEncryptionConfiguration |
| Constructor and Description |
|---|
EncryptionBootstrapConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static org.springframework.security.crypto.encrypt.TextEncryptor |
createTextEncryptor(KeyProperties keyProperties,
RsaProperties rsaProperties)
Deprecated.
|
EnvironmentDecryptApplicationInitializer |
environmentDecryptApplicationListener(org.springframework.context.ConfigurableApplicationContext context,
KeyProperties keyProperties) |
KeyProperties |
keyProperties() |
@Bean @ConditionalOnMissingBean public KeyProperties keyProperties()
@Bean public EnvironmentDecryptApplicationInitializer environmentDecryptApplicationListener(org.springframework.context.ConfigurableApplicationContext context, KeyProperties keyProperties)
@Deprecated public static org.springframework.security.crypto.encrypt.TextEncryptor createTextEncryptor(KeyProperties keyProperties, RsaProperties rsaProperties)
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.