@Configuration(proxyBeanMethods=false)
@ConditionalOnClass(value=org.springframework.security.rsa.crypto.RsaSecretEncryptor.class)
@ConditionalOnProperty(prefix="encrypt.key-store",
value="location",
matchIfMissing=false)
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 © 2022 Pivotal Software, Inc.. All rights reserved.