DSAPrivateKeySpec.GetP Method

Definition

Returns the prime p.

[Android.Runtime.Register("getP", "()Ljava/math/BigInteger;", "GetGetPHandler")]
public virtual Java.Math.BigInteger? GetP ();
[<Android.Runtime.Register("getP", "()Ljava/math/BigInteger;", "GetGetPHandler")>]
abstract member GetP : unit -> Java.Math.BigInteger
override this.GetP : unit -> Java.Math.BigInteger

Returns

the prime p.

Attributes

Remarks

Returns the prime p.

Java documentation for java.security.spec.DSAPrivateKeySpec.getP().

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