AbstractFpPoint Class

Definition

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

Constructors

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

Properties

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)

Methods

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)
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)
(Inherited from ECPointBase)
GetEncodedLength
(Inherited from ECPointBase)
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
(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)

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