public abstract class ECPoint
Public MustInherit Class ECPoint
public ref class ECPoint abstract
Org.BouncyCastle.Math.EC.ECPoint = function();
Type.createClass(
'Org.BouncyCastle.Math.EC.ECPoint');
ECPoint | Initializes a new instance of the ECPoint class |
AffineXCoord | |
AffineYCoord | |
CompressionYTilde | |
Curve | |
CurveCoordinateSystem | |
IsInfinity | |
RawXCoord | |
RawYCoord | |
RawZCoords | |
XCoord | |
YCoord |
Add | |
CheckNormalized | |
CreateScaledPoint | |
Detach | |
EncodeTo(Boolean, SpanByte) | |
EncodeTo(Boolean, Byte, Int32) | |
Equals(ECPoint) | |
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) |
GetDetachedPoint | |
GetEncoded | |
GetEncoded(Boolean) | |
GetEncodedLength | |
GetHashCode | (Overrides ObjectGetHashCode) |
GetInitialZCoords | |
GetType | Gets the Type of the current instance. (Inherited from Object) |
GetZCoord | |
GetZCoords | |
IsNormalized | |
IsValid | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
Multiply | |
Negate | |
Normalize | |
SatisfiesCurveEquation | |
SatisfiesOrder | |
ScaleX | |
ScaleXNegateY | |
ScaleY | |
ScaleYNegateX | |
Subtract | |
ThreeTimes | |
TimesPow2 | |
ToString | (Overrides ObjectToString) |
Twice | |
TwicePlus |