IEdECKey.Params Property

Definition

Returns the algorithm parameters associated with this key.

public Java.Security.Spec.NamedParameterSpec? Params { [Android.Runtime.Register("getParams", "()Ljava/security/spec/NamedParameterSpec;", "GetGetParamsHandler:Java.Security.Interfaces.IEdECKeyInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=33)] get; }
[<get: Android.Runtime.Register("getParams", "()Ljava/security/spec/NamedParameterSpec;", "GetGetParamsHandler:Java.Security.Interfaces.IEdECKeyInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=33)>]
member this.Params : Java.Security.Spec.NamedParameterSpec

Property Value

The algorithm parameters associated with this key.

Attributes

Remarks

Returns the algorithm parameters associated with this key.

Java documentation for java.security.interfaces.EdECKey.getParams().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to