Class VaultDecryptionResult

java.lang.Object
org.springframework.vault.support.AbstractResult<Plaintext>
org.springframework.vault.support.VaultDecryptionResult

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