ECPointBase Class

Definition

Namespace: Org.BouncyCastle.Math.EC
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public abstract class ECPointBase : ECPoint
Inheritance
Object    ECPoint    ECPointBase
Derived

Constructors

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

Properties

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)

Methods

Add
(Inherited from ECPoint)
CheckNormalized
(Inherited from ECPoint)
CreateScaledPoint
(Inherited from ECPoint)
Detach
(Inherited from ECPoint)
EncodeTo(Boolean, SpanByte)
(Overrides ECPointEncodeTo(Boolean, SpanByte))
EncodeTo(Boolean, Byte, Int32)
(Overrides ECPointEncodeTo(Boolean, Byte, Int32))
Equals(ECPoint)
(Inherited from ECPoint)
Equals(Object)
(Inherited from ECPoint)
FinalizeAllows 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)
(Overrides ECPointGetEncoded(Boolean))
GetEncodedLength
(Overrides ECPointGetEncodedLength(Boolean))
GetHashCode
(Inherited from ECPoint)
GetTypeGets 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)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Multiply
(Overrides ECPointMultiply(BigInteger))
Negate
(Inherited from ECPoint)
Normalize
(Inherited from ECPoint)
SatisfiesCurveEquation
(Inherited from ECPoint)
SatisfiesOrder
(Inherited from ECPoint)
ScaleX
(Inherited from ECPoint)
ScaleXNegateY
(Inherited from ECPoint)
ScaleY
(Inherited from ECPoint)
ScaleYNegateX
(Inherited from ECPoint)
Subtract
(Inherited from ECPoint)
ThreeTimes
(Inherited from ECPoint)
TimesPow2
(Inherited from ECPoint)
ToString
(Inherited from ECPoint)
Twice
(Inherited from ECPoint)
TwicePlus
(Inherited from ECPoint)

Fields

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)

See Also