DHGenParameterSpec.PrimeSize Property

Definition

Returns the size in bits of the prime modulus.

public virtual int PrimeSize { [Android.Runtime.Register("getPrimeSize", "()I", "GetGetPrimeSizeHandler")] get; }
[<get: Android.Runtime.Register("getPrimeSize", "()I", "GetGetPrimeSizeHandler")>]
member this.PrimeSize : int

Property Value

the size in bits of the prime modulus

Attributes

Remarks

Returns the size in bits of the prime modulus.

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

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