DHGenParameterSpec.ExponentSize Property

Definition

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

public virtual int ExponentSize { [Android.Runtime.Register("getExponentSize", "()I", "GetGetExponentSizeHandler")] get; }
[<get: Android.Runtime.Register("getExponentSize", "()I", "GetGetExponentSizeHandler")>]
member this.ExponentSize : int

Property Value

the size in bits of the random exponent (private value)

Attributes

Remarks

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

Java documentation for javax.crypto.spec.DHGenParameterSpec.getExponentSize().

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