Share via


IDSAParams.GetG Method

Definition

Returns the base, g.

[Android.Runtime.Register("getG", "()Ljava/math/BigInteger;", "GetGetGHandler:Java.Security.Interfaces.IDSAParamsInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public Java.Math.BigInteger? GetG ();
[<Android.Runtime.Register("getG", "()Ljava/math/BigInteger;", "GetGetGHandler:Java.Security.Interfaces.IDSAParamsInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member GetG : unit -> Java.Math.BigInteger

Returns

the base, g.

Attributes

Remarks

Returns the base, g.

Java documentation for java.security.interfaces.DSAParams.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