@Configuration @ConditionalOnClass(value=org.springframework.security.rsa.crypto.RsaSecretEncryptor.class) @EnableConfigurationProperties(value=org.springframework.cloud.bootstrap.encrypt.KeyProperties.class) protected static class EncryptionAutoConfiguration.KeyStoreConfiguration extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
KeyStoreConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
TextEncryptorLocator |
textEncryptorLocator() |
@Bean @ConditionalOnMissingBean public TextEncryptorLocator textEncryptorLocator()
Copyright © 2015 Pivotal Software, Inc.. All rights reserved.