DHParameterSpec.GetG Method

Definition

Returns the base generator 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 generator g

Attributes

Remarks

Returns the base generator g.

Java documentation for javax.crypto.spec.DHParameterSpec.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