Class CipherResourceYamlEncryptor

java.lang.Object
org.springframework.cloud.config.server.encryption.CipherResourceYamlEncryptor
All Implemented Interfaces:
ResourceEncryptor

@Component public class CipherResourceYamlEncryptor extends Object implements ResourceEncryptor
ResourceEncryptor implementation that can decrypt property values prefixed with {cipher} marker in a YAML file.
Author:
Sean Stiglitz