クラス
javax.crypto.spec.HPKEParameterSpecの使用
HPKEParameterSpecを使用するパッケージ
-
javax.crypto.specでのHPKEParameterSpecの使用
修飾子と型メソッド説明static HPKEParameterSpecHPKEParameterSpec.of(int kem_id, int kdf_id, int aead_id) 指定されたKEM、KDFおよびAEADアルゴリズム識別子を持つ新しいHPKEParameterSpecオブジェクトを空のinfoでmode_baseモードで作成するファクトリ・メソッド。HPKEParameterSpec.withAuthKey(AsymmetricKey kS) 指定された認証キー値を使用して、新しいHPKEParameterSpecオブジェクトを作成します。HPKEParameterSpec.withEncapsulation(byte[] encapsulation) 受信者が使用する指定されたキー・カプセル化メッセージ値を使用して、新しいHPKEParameterSpecオブジェクトを作成します。HPKEParameterSpec.withInfo(byte[] info) 指定されたinfo値を使用して、新しいHPKEParameterSpecオブジェクトを作成します。指定されたpskおよびpsk_id値を使用して、新しいHPKEParameterSpecオブジェクトを作成します。