Javax.Crypto.KeyGenerator.Init Method
Initializes this KeyGenerator instance for the specified key size (in bits).

Syntax

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

Parameters

keysize
the size of the key (in bits).

Remarks

Initializes this KeyGenerator instance for the specified key size (in bits).

[Android Documentation]

Requirements

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