ECFieldElement Class

Definition

Namespace: Org.BouncyCastle.Math.EC
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public abstract class ECFieldElement
Inheritance
Object    ECFieldElement
Derived

Constructors

ECFieldElementInitializes a new instance of the ECFieldElement class

Properties

Methods

Add 
AddOne 
Divide 
EncodeTo(SpanByte) 
EncodeTo(Byte, Int32) 
Equals(ECFieldElement) 
Equals(Object)
(Overrides ObjectEquals(Object))
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetEncoded 
GetEncodedLength 
GetHashCode
(Overrides ObjectGetHashCode)
GetTypeGets the Type of the current instance.
(Inherited from Object)
Invert 
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Multiply 
MultiplyMinusProduct 
MultiplyPlusProduct 
Negate 
Sqrt 
Square 
SquareMinusProduct 
SquarePlusProduct 
SquarePow 
Subtract 
TestBitZero 
ToBigInteger 
ToString
(Overrides ObjectToString)

See Also