@Configuration @ConditionalOnClass(value=org.springframework.security.crypto.encrypt.TextEncryptor.class) @EnableConfigurationProperties(value=KeySpecProperties.class) @ConditionalOnProperty(prefix="key-spec", name="enabled", matchIfMissing=true) public class EncryptionBootstrapConfigurationAfter extends Object
EncryptorFactory.create(String)| Modifier and Type | Class and Description |
|---|---|
protected static class |
EncryptionBootstrapConfigurationAfter.RsaEncryptionConfigurationCustom |
protected static class |
EncryptionBootstrapConfigurationAfter.VanillaEncryptionConfigurationCustom |
| Constructor and Description |
|---|
EncryptionBootstrapConfigurationAfter() |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.