| Interface | Description |
|---|---|
| EnvironmentEncryptor |
Service interface for decrypting properties in Environment object.
|
| ResourceEncryptor |
Interface for decrypting values in plain text files served through
ResourceController. |
| SecretLocator | |
| TextEncryptorLocator |
| Class | Description |
|---|---|
| CipherEnvironmentEncryptor |
EnvironmentEncryptor that can decrypt property values prefixed with {cipher} marker.
|
| CipherResourceJsonEncryptor |
ResourceEncryptor
implementation that can decrypt property values prefixed with {cipher} marker in a JSON
file. |
| CipherResourcePropertiesEncryptor |
ResourceEncryptor
implementation that can decrypt property values prefixed with {cipher} marker in a
Properties file. |
| CipherResourceYamlEncryptor |
ResourceEncryptor
implementation that can decrypt property values prefixed with {cipher} marker in a YAML
file. |
| EncryptionController | |
| KeyStoreTextEncryptorLocator |
A
TextEncryptorLocator that pulls RSA key pairs out of a keystore. |
| LocatorTextEncryptor | |
| PassthruSecretLocator | |
| SingleTextEncryptorLocator |
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.