Java.Security.Spec.EllipticCurve Members

The members of Java.Security.Spec.EllipticCurve are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Creates a new EllipticCurve with the specified field and coefficients.
Creates a new EllipticCurve with the specified field, coefficients and seed.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
FieldIECField. Returns the finite field of this elliptic curve.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

GetA() : Java.Math.BigInteger
Returns the coefficient a of this elliptic curve.
GetB() : Java.Math.BigInteger
Returns the coefficient b of this elliptic curve.
GetSeed() : byte[]
Returns a copy of the seed that was used to generate this elliptic curve.