クラス VaultEncryptionResult

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

public class VaultEncryptionResult extends AbstractResult<Ciphertext>
暗号化操作からのレスポンスを保持し、結果にアクセスする方法を提供します。
導入:
1.1
作成者:
Praveendra Singh, Mark Paluch
  • コンストラクターの詳細

    • VaultEncryptionResult

      public VaultEncryptionResult(Ciphertext cipherText)
      正常に暗号化された CiphertextVaultEncryptionResult を作成します。
      パラメーター:
      cipherText - null であってはなりません。
    • VaultEncryptionResult

      public VaultEncryptionResult(VaultException exception)
      暗号化中のエラーに対して VaultEncryptionResult を作成します。
      パラメーター:
      exception - null であってはなりません。
  • メソッドの詳細