IpSecAlgorithm コンストラクター

定義

オーバーロード

名前 説明
IpSecAlgorithm(String, Byte[])

サポートされている型の 1 つの IpSecAlgorithm を作成します。

IpSecAlgorithm(String, Byte[], Int32)

サポートされている型の 1 つの IpSecAlgorithm を作成します。

IpSecAlgorithm(String, Byte[])

サポートされている型の 1 つの IpSecAlgorithm を作成します。

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;[B)V", "", ApiSince=28)]
public IpSecAlgorithm(string algorithm, byte[] key);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;[B)V", "", ApiSince=28)>]
new Android.Net.IpSecAlgorithm : string * byte[] -> Android.Net.IpSecAlgorithm

パラメーター

algorithm
String

アルゴリズムの名前。

key
Byte[]

キーを 8 ビットの倍数に埋め込みます。

属性

注釈

サポートされている型の 1 つの IpSecAlgorithm を作成します。 サポートされているアルゴリズム名は、このクラスでは定数として定義されます。

整合性チェック値を生成するアルゴリズムの場合、切り捨ての長さは必須のパラメーターです。 「#IpSecAlgorithm(String algorithm, byte[] key, int truncLenBits)」を参照してください。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象

IpSecAlgorithm(String, Byte[], Int32)

サポートされている型の 1 つの IpSecAlgorithm を作成します。

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;[BI)V", "", ApiSince=28)]
public IpSecAlgorithm(string algorithm, byte[] key, int truncLenBits);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;[BI)V", "", ApiSince=28)>]
new Android.Net.IpSecAlgorithm : string * byte[] * int -> Android.Net.IpSecAlgorithm

パラメーター

algorithm
String

アルゴリズムの名前。

key
Byte[]

キーを 8 ビットの倍数に埋め込みます。

truncLenBits
Int32

使用する出力ハッシュのビット数。

属性

注釈

サポートされている型の 1 つの IpSecAlgorithm を作成します。 サポートされているアルゴリズム名は、このクラスでは定数として定義されます。

このコンストラクターは、切り捨て長を使用するアルゴリズムのみをサポートします。 つまり、認証と認証された暗号化アルゴリズムです。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象