RSAKeyGenParameterSpec.PublicExponent Property

Definition

Returns the public-exponent value.

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

Property Value

the public-exponent value.

Attributes

Remarks

Returns the public-exponent value.

Java documentation for java.security.spec.RSAKeyGenParameterSpec.getPublicExponent().

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