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
Requirements
Namespace: Java.Security
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1