Java.Security.Signature.SetParameter Method
Sets the specified AlgorithmParameterSpec.

Syntax

[Android.Runtime.Register("setParameter", "(Ljava/security/spec/AlgorithmParameterSpec;)V", "")]
public void SetParameter (Java.Security.Spec.IAlgorithmParameterSpec params)

Parameters

params
the parameter to set.

Exceptions

TypeReason
Java.Security.InvalidAlgorithmParameterExceptionif the parameter is invalid, already set or is not allowed to be changed.

Remarks

Sets the specified AlgorithmParameterSpec.

[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