Initializes this KeyAgreementSpi with the specified key and the
specified randomness source.
Syntax
[Android.Runtime.Register("engineInit", "(Ljava/security/Key;Ljava/security/SecureRandom;)V", "GetEngineInit_Ljava_security_Key_Ljava_security_SecureRandom_Handler")]
protected abstract
void EngineInit (
Java.Security.IKey key,
Java.Security.SecureRandom random)
Parameters
- key
- the key to initialize this key agreement.
- random
- the source for any randomness needed.
Exceptions
Remarks
Requirements
Namespace: Javax.Crypto
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1