RSAMultiPrimePrivateCrtKeySpec.PrimeP Property

Definition

Returns the primeP.

public virtual Java.Math.BigInteger? PrimeP { [Android.Runtime.Register("getPrimeP", "()Ljava/math/BigInteger;", "GetGetPrimePHandler")] get; }
[<get: Android.Runtime.Register("getPrimeP", "()Ljava/math/BigInteger;", "GetGetPrimePHandler")>]
member this.PrimeP : Java.Math.BigInteger

Property Value

the primeP.

Attributes

Remarks

Returns the primeP.

Java documentation for java.security.spec.RSAMultiPrimePrivateCrtKeySpec.getPrimeP().

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