Java.Security.KeyPairGeneratorSpi.Initialize Method
Initializes this KeyPairGeneratorSpi with the given key size and the given SecureRandom.

Syntax

[Android.Runtime.Register("initialize", "(ILjava/security/SecureRandom;)V", "GetInitialize_ILjava_security_SecureRandom_Handler")]
public abstract void Initialize (int keysize, SecureRandom random)

Parameters

keysize
the key size (number of bits).
random
the source of randomness.

Remarks

Initializes this KeyPairGeneratorSpi with the given key 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