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 ドキュメント java.security.AlgorithmParameterGeneratorSpi.engineInit(java.security.spec.AlgorithmParameterSpec, java.security.SecureRandom)

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

適用対象

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 ドキュメント java.security.AlgorithmParameterGeneratorSpi.engineInit(int, java.security.SecureRandom)

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

適用対象