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