DSAPublicKeySpec.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

the base g.

Attributes

Remarks

Returns the base g.

Java documentation for java.security.spec.DSAPublicKeySpec.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