AbstractF2mPoint Class

Definition

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

Constructors

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

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)
(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
(Overrides ECPointSatisfiesOrder)
ScaleX
(Overrides ECPointScaleX(ECFieldElement))
ScaleXNegateY
(Overrides ECPointScaleXNegateY(ECFieldElement))
ScaleY
(Overrides ECPointScaleY(ECFieldElement))
ScaleYNegateX
(Overrides ECPointScaleYNegateX(ECFieldElement))
Subtract
(Overrides ECPointSubtract(ECPoint))
Tau 
TauPow 
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