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

Syntax

[Android.Runtime.Register("init", "(I)V", "")]
public void Init (int size)

Parameters

size
the size (in number of bits).

Remarks

Initializes this AlgorithmParameterGenerator with the given size. The default parameter set and a default SecureRandom instance 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