Package org.springframework.cloud.config.server.encryption
-
Interface Summary Interface Description EnvironmentEncryptor Service interface for decrypting properties in Environment object.ResourceEncryptor Interface for decrypting values in plain text files served throughResourceController.SecretLocator TextEncryptorLocator -
Class Summary Class Description CipherEnvironmentEncryptor EnvironmentEncryptor that can decrypt property values prefixed with {cipher} marker.CipherResourceJsonEncryptor ResourceEncryptorimplementation that can decrypt property values prefixed with {cipher} marker in a JSON file.CipherResourcePropertiesEncryptor ResourceEncryptorimplementation that can decrypt property values prefixed with {cipher} marker in a Properties file.CipherResourceYamlEncryptor ResourceEncryptorimplementation that can decrypt property values prefixed with {cipher} marker in a YAML file.EncryptionController KeyStoreTextEncryptorLocator ATextEncryptorLocatorthat pulls RSA key pairs out of a keystore.LocatorTextEncryptor PassthruSecretLocator SingleTextEncryptorLocator