다음을 통해 공유


RSAPublicKeySpec.Params Property

Definition

Returns the parameters associated with this key, may be null if not present.

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

Property Value

the parameters associated with this key

Attributes

Remarks

Returns the parameters associated with this key, may be null if not present.

Added in 11.

Java documentation for java.security.spec.RSAPublicKeySpec.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