言語

AlgorithmParameterGeneratorSpi.EngineInit メソッド

定義

オーバーロード

名前 説明
EngineInit(IAlgorithmParameterSpec, SecureRandom)

アルゴリズム固有のパラメーター生成値のセットを使用して、このパラメーター ジェネレーターを初期化します。

EngineInit(Int32, SecureRandom)

ランダム性の特定のサイズとソースに対して、このパラメーター ジェネレーターを初期化します。

EngineInit(IAlgorithmParameterSpec, SecureRandom)

アルゴリズム固有のパラメーター生成値のセットを使用して、このパラメーター ジェネレーターを初期化します。

[Android.Runtime.Register("engineInit", "(Ljava/security/spec/AlgorithmParameterSpec;Ljava/security/SecureRandom;)V", "GetEngineInit_Ljava_security_spec_AlgorithmParameterSpec_Ljava_security_SecureRandom_Handler")]
protected abstract void EngineInit(Java.Security.Spec.IAlgorithmParameterSpec? genParamSpec, Java.Security.SecureRandom? random);
[<Android.Runtime.Register("engineInit", "(Ljava/security/spec/AlgorithmParameterSpec;Ljava/security/SecureRandom;)V", "GetEngineInit_Ljava_security_spec_AlgorithmParameterSpec_Ljava_security_SecureRandom_Handler")>]
abstract member EngineInit : Java.Security.Spec.IAlgorithmParameterSpec * Java.Security.SecureRandom -> unit

パラメーター

genParamSpec
IAlgorithmParameterSpec

アルゴリズム固有のパラメーター生成値のセット。

random
SecureRandom

ランダム性のソース。

属性

例外

指定されたパラメーターがサポートされていない場合は 。

注釈

アルゴリズム固有のパラメーター生成値のセットを使用して、このパラメーター ジェネレーターを初期化します。

Javaドキュメント。

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

適用対象

EngineInit(Int32, SecureRandom)

ランダム性の特定のサイズとソースに対して、このパラメーター ジェネレーターを初期化します。

[Android.Runtime.Register("engineInit", "(ILjava/security/SecureRandom;)V", "GetEngineInit_ILjava_security_SecureRandom_Handler")]
protected abstract void EngineInit(int size, Java.Security.SecureRandom? random);
[<Android.Runtime.Register("engineInit", "(ILjava/security/SecureRandom;)V", "GetEngineInit_ILjava_security_SecureRandom_Handler")>]
abstract member EngineInit : int * Java.Security.SecureRandom -> unit

パラメーター

size
Int32

サイズ (ビット数)。

random
SecureRandom

ランダム性のソース。

属性

注釈

ランダム性の特定のサイズとソースに対して、このパラメーター ジェネレーターを初期化します。

Javaドキュメント。

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

適用対象