public abstract class ECFieldElement
Public MustInherit Class ECFieldElement
public ref class ECFieldElement abstract
Org.BouncyCastle.Math.EC.ECFieldElement = function();
Type.createClass(
'Org.BouncyCastle.Math.EC.ECFieldElement');
ECFieldElement | Initializes a new instance of the ECFieldElement class |
Add | |
AddOne | |
Divide | |
EncodeTo(SpanByte) | |
EncodeTo(Byte, Int32) | |
Equals(ECFieldElement) | |
Equals(Object) | (Overrides ObjectEquals(Object)) |
Finalize | Allows 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) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
Invert | |
MemberwiseClone | Creates 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) |