Java.Security.AlgorithmParameterGenerator.Init Method
Initializes this AlgorithmParameterGenerator with the given size and the given SecureRandom.

Syntax

[Android.Runtime.Register("init", "(ILjava/security/SecureRandom;)V", "")]
public void Init (int size, SecureRandom random)

Parameters

size
the size (in number of bits).
random
the source of randomness.

Remarks

Initializes this AlgorithmParameterGenerator with the given size and the given SecureRandom. The default parameter set will be used.

[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