RSAKeyGenParameterSpec.KeyParams Property

Definition

Returns the parameters to be associated with key.

public virtual Java.Security.Spec.IAlgorithmParameterSpec? KeyParams { [Android.Runtime.Register("getKeyParams", "()Ljava/security/spec/AlgorithmParameterSpec;", "GetGetKeyParamsHandler", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getKeyParams", "()Ljava/security/spec/AlgorithmParameterSpec;", "GetGetKeyParamsHandler", ApiSince=35)>]
member this.KeyParams : Java.Security.Spec.IAlgorithmParameterSpec

Property Value

the associated parameters, may be null if not present

Attributes

Remarks

Returns the parameters to be associated with key.

Added in 11.

Java documentation for java.security.spec.RSAKeyGenParameterSpec.getKeyParams().

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