Interface EnvironmentEncryptor
- All Known Implementing Classes:
CipherEnvironmentEncryptor, VaultEnvironmentEncryptor
public interface EnvironmentEncryptor
Service interface for decrypting properties in Environment object.
- Author:
- Bartosz Wojtkiewicz, Rafal Zukowski
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.cloud.config.environment.Environmentdecrypt(org.springframework.cloud.config.environment.Environment environment)
-
Method Details
-
decrypt
org.springframework.cloud.config.environment.Environment decrypt(org.springframework.cloud.config.environment.Environment environment)
-