RSAPrivateKeySpec.Modulus Property

Definition

Returns the modulus.

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

Property Value

the modulus

Attributes

Remarks

Returns the modulus.

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

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