Interface ResourceEncryptor
- All Known Implementing Classes:
CipherResourceJsonEncryptor, CipherResourcePropertiesEncryptor, CipherResourceYamlEncryptor
public interface ResourceEncryptor
Interface for decrypting values in plain text files served through
ResourceController.- Author:
- Sean Stiglitz
-
Method Summary
-
Method Details
-
getSupportedExtensions
-
decrypt
String decrypt(String text, org.springframework.cloud.config.environment.Environment environment) throws IOException - Throws:
IOException
-