DHParameterSpec.GetL Method

Definition

Returns the size in bits, l, of the random exponent (private value).

[Android.Runtime.Register("getL", "()I", "GetGetLHandler")]
public virtual int GetL ();
[<Android.Runtime.Register("getL", "()I", "GetGetLHandler")>]
abstract member GetL : unit -> int
override this.GetL : unit -> int

Returns

the size in bits, l, of the random exponent (private value), or 0 if this size has not been set

Attributes

Remarks

Returns the size in bits, l, of the random exponent (private value).

Java documentation for javax.crypto.spec.DHParameterSpec.getL().

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