クラス TransformCiphertext
java.lang.ObjectSE
org.springframework.vault.support.TransformCiphertext
オプションの
VaultTransformContext を含む暗号文を表す値オブジェクト。- 導入:
- 2.3
- 作成者:
- Lauren Voswinkel
方法の概要
修飾子と型メソッド説明booleaninthashCode()static TransformCiphertext指定されたciphertextからTransformCiphertextを作成するファクトリメソッド。with(VaultTransformContext context) 指定されたVaultTransformContextに関連付けられたこの暗号文から新しいTransformCiphertextオブジェクトを作成します。
メソッドの詳細
of
指定されたciphertextからTransformCiphertextを作成するファクトリメソッド。- パラメーター:
ciphertext- 復号化する暗号文は null または空であってはなりません。- 戻り値:
ciphertextのTransformCiphertext。
getCiphertext
getContext
with
指定されたVaultTransformContextに関連付けられたこの暗号文から新しいTransformCiphertextオブジェクトを作成します。- パラメーター:
context- トランジットコンテキスト。null であってはなりません。- 戻り値:
- 新しい
TransformCiphertextオブジェクト。
equals
hashCode
public int hashCode()