DSAParameterSpec.GetG Method

Definition

Returns the base g.

[Android.Runtime.Register("getG", "()Ljava/math/BigInteger;", "GetGetGHandler")]
public virtual Java.Math.BigInteger? GetG ();
[<Android.Runtime.Register("getG", "()Ljava/math/BigInteger;", "GetGetGHandler")>]
abstract member GetG : unit -> Java.Math.BigInteger
override this.GetG : unit -> Java.Math.BigInteger

Returns

BigInteger

the base g.

Implements

Attributes

Remarks

Java documentation for java.security.spec.DSAParameterSpec.getG().

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