Initializes this SignatureSpi instance for signing, using the
private key of the identity whose signature is going to be generated and
the specified source of randomness.
Syntax
[Android.Runtime.Register("engineInitSign", "(Ljava/security/PrivateKey;Ljava/security/SecureRandom;)V", "GetEngineInitSign_Ljava_security_PrivateKey_Ljava_security_SecureRandom_Handler")]
protected virtual
void EngineInitSign (
IPrivateKey privateKey,
SecureRandom random)
Parameters
- privateKey
- the private key.
- random
- the SecureRandom to use.
Exceptions
Remarks
Requirements
Namespace: Java.Security
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1