次の方法で共有


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 ビットの倍数に埋め込みます。

属性

注釈

の Java ドキュメントandroid.net.IpSecAlgorithm.IpSecAlgorithm(java.lang.String, byte[])

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象

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

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

属性

注釈

の Java ドキュメントandroid.net.IpSecAlgorithm.IpSecAlgorithm(java.lang.String, byte[], int)

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象