Java.Security.SignatureSpi.EngineGetParameter Method
Returns the value of the parameter with the specified name.

Syntax

[Android.Runtime.Register("engineGetParameter", "(Ljava/lang/String;)Ljava/lang/Object;", "GetEngineGetParameter_Ljava_lang_String_Handler")]
protected abstract Java.Lang.Object EngineGetParameter (string param)

Parameters

param
the name of the requested parameter value.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Security.InvalidParameterExceptionif param is not a valid parameter for this SignatureSpi or an other error occurs.

Remarks

Returns the value of the parameter with the specified name.

[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