Interface ResourceEncryptor
-
- All Known Implementing Classes:
CipherResourceJsonEncryptor,CipherResourcePropertiesEncryptor,CipherResourceYamlEncryptor
public interface ResourceEncryptorInterface for decrypting values in plain text files served throughResourceController.- Author:
- Sean Stiglitz
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringdecrypt(String text, Environment environment)List<String>getSupportedExtensions()
-
-
-
Method Detail
-
decrypt
String decrypt(String text, Environment environment) throws IOException
- Throws:
IOException
-
-