RSAPrivateKeySpec.PrivateExponent Property

Definition

Returns the private exponent.

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

Property Value

the private exponent

Attributes

Remarks

Returns the private exponent.

Java documentation for java.security.spec.RSAPrivateKeySpec.getPrivateExponent().

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