Class VaultBytesEncryptor

java.lang.Object
org.springframework.vault.security.VaultBytesEncryptor
All Implemented Interfaces:
BytesEncryptor

public class VaultBytesEncryptor extends Object implements BytesEncryptor
Vault-based BytesEncryptor using Vault's transit backend. Encryption/decryption is bound to a particular key that must support encryption and decryption.
Since:
2.0
Author:
Mark Paluch