RSAMultiPrimePrivateCrtKeySpec.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

the primeQ.

Attributes

Remarks

Returns the primeQ.

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