Class VaultEncryptionResult

java.lang.Object
org.springframework.vault.support.AbstractResult<Ciphertext>
org.springframework.vault.support.VaultEncryptionResult

public class VaultEncryptionResult extends AbstractResult<Ciphertext>
Holds the response from encryption operation and provides methods to access the result.
Since:
1.1
Author:
Praveendra Singh, Mark Paluch