クラス VaultEncryptionResult
java.lang.ObjectSE
org.springframework.vault.support.AbstractResult<Ciphertext>
org.springframework.vault.support.VaultEncryptionResult
暗号化操作からのレスポンスを保持し、結果にアクセスする方法を提供します。
- 導入:
- 1.1
- 作成者:
- Praveendra Singh, Mark Paluch
コンストラクター概要
コンストラクターコンストラクター説明VaultEncryptionResult(Ciphertext cipherText) 正常に暗号化されたCiphertextのVaultEncryptionResultを作成します。VaultEncryptionResult(VaultException exception) 暗号化中のエラーに対してVaultEncryptionResultを作成します。方法の概要
クラス org.springframework.vault.support.AbstractResult から継承されたメソッド
get, getCause, isSuccessful
コンストラクターの詳細
VaultEncryptionResult
正常に暗号化されたCiphertextのVaultEncryptionResultを作成します。- パラメーター:
cipherText- null であってはなりません。
VaultEncryptionResult
暗号化中のエラーに対してVaultEncryptionResultを作成します。- パラメーター:
exception- null であってはなりません。
メソッドの詳細
get0
- 次で指定:
- クラス
AbstractResult<Ciphertext>のget0 - 戻り値:
- この結果が正常に完了した場合の実際の結果。