public abstract class AbstractF2mPoint : ECPointBase
Public MustInherit Class AbstractF2mPoint
Inherits ECPointBase
public ref class AbstractF2mPoint abstract : public ECPointBase
Org.BouncyCastle.Math.EC.AbstractF2mPoint = function();
Type.createClass(
'Org.BouncyCastle.Math.EC.AbstractF2mPoint',
Org.BouncyCastle.Math.EC.ECPointBase);
AbstractF2mPoint(ECCurve, ECFieldElement, ECFieldElement) | Initializes a new instance of the AbstractF2mPoint class |
AbstractF2mPoint(ECCurve, ECFieldElement, ECFieldElement, ECFieldElement) | Initializes a new instance of the AbstractF2mPoint class |
AffineXCoord | (Inherited from ECPoint) |
AffineYCoord | (Inherited from ECPoint) |
CompressionYTilde | (Inherited from ECPoint) |
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) |
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) |