Class CipherEnvironmentEncryptor
- java.lang.Object
-
- org.springframework.cloud.config.server.encryption.CipherEnvironmentEncryptor
-
- All Implemented Interfaces:
EnvironmentEncryptor
@Component public class CipherEnvironmentEncryptor extends Object implements EnvironmentEncryptor
EnvironmentEncryptor that can decrypt property values prefixed with {cipher} marker.- Author:
- Dave Syer, Bartosz Wojtkiewicz, Rafal Zukowski
-
-
Constructor Summary
Constructors Constructor Description CipherEnvironmentEncryptor(TextEncryptorLocator encryptor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Environmentdecrypt(Environment environment)
-
-
-
Constructor Detail
-
CipherEnvironmentEncryptor
@Autowired public CipherEnvironmentEncryptor(TextEncryptorLocator encryptor)
-
-
Method Detail
-
decrypt
public Environment decrypt(Environment environment)
- Specified by:
decryptin interfaceEnvironmentEncryptor
-
-