RSAPrivateCrtKeySpec.PrimeQ Property

Definition

Returns the primeQ.

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

Property Value

BigInteger

the primeQ

Attributes

Remarks

Java documentation for java.security.spec.RSAPrivateCrtKeySpec.getPrimeQ().

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