クラス Ciphertext

java.lang.ObjectSE
org.springframework.vault.support.Ciphertext

public class Ciphertext extends ObjectSE
オプションの VaultTransitContext を含む暗号文を表す値オブジェクト。
導入:
1.1
作成者:
Praveendra Singh, Mark Paluch
  • メソッドの詳細

    • of

      public static Ciphertext of(StringSE ciphertext)
      指定された ciphertext から Ciphertext を作成するファクトリメソッド。
      パラメーター:
      ciphertext - 復号化する暗号文は null または空であってはなりません。
      戻り値:
      ciphertextCiphertext
    • getCiphertext

      public StringSE getCiphertext()
    • getContext

      public VaultTransitContext getContext()
    • with

      public Ciphertext with(VaultTransitContext context)
      指定された VaultTransitContext に関連付けられたこの暗号文から新しい Ciphertext オブジェクトを作成します。
      パラメーター:
      context - トランジットコンテキスト。null であってはなりません。
      戻り値:
      新しい Ciphertext オブジェクト。
    • equals

      public boolean equals(ObjectSE o)
      オーバーライド:
      クラス ObjectSEequalsSE 
    • hashCode

      public int hashCode()
      オーバーライド:
      クラス ObjectSEhashCode