Java.Security.Spec.PSSParameterSpec.Default Property
The default parameter specification.

Syntax

[Android.Runtime.Register("DEFAULT")]
public static PSSParameterSpec Default { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The default parameter specification. It specifies the following parameters:

  • message digest: "SHA-1"
  • mask generation function (mgf): "MGF1"
  • parameters for the mgf: MGF1ParameterSpec.Sha1
  • salt length: 20
  • trailer field: -1

[Android Documentation]

Requirements

Namespace: Java.Security.Spec
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1