RSAMultiPrimePrivateCrtKeySpec.PrimeExponentQ Property

Definition

Returns the primeExponentQ.

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

Property Value

the primeExponentQ.

Attributes

Remarks

Returns the primeExponentQ.

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

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