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