RSAMultiPrimePrivateCrtKeySpec.CrtCoefficient Property

Definition

Returns the crtCoefficient.

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

Property Value

the crtCoefficient.

Attributes

Remarks

Returns the crtCoefficient.

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

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