Java.Security.AlgorithmParameterGeneratorSpi.EngineInit Method
Initializes this AlgorithmParameterGeneratorSpi with the given AlgorithmParameterSpec and the given SecureRandom.

Syntax

[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, SecureRandom random)

Parameters

genParamSpec
the parameters to use.
random
the source of randomness.

Exceptions

TypeReason
Java.Security.InvalidAlgorithmParameterExceptionif the specified parameters are not supported.

Remarks

Initializes this AlgorithmParameterGeneratorSpi with the given AlgorithmParameterSpec and the given SecureRandom.

[Android Documentation]

Requirements

Namespace: Java.Security
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1