F2mPoint Class

Definition

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

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
(Overrides ECPointYCoord)

Methods

Add
(Overrides ECPointAdd(ECPoint))
CheckNormalized
(Inherited from ECPoint)
CreateScaledPoint
(Inherited from ECPoint)
Detach
(Overrides ECPointDetach)
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
(Overrides ECPointNegate)
Normalize
(Inherited from ECPoint)
SatisfiesCurveEquation
(Inherited from AbstractF2mPoint)
SatisfiesOrder
(Inherited from AbstractF2mPoint)
ScaleX
(Inherited from AbstractF2mPoint)
ScaleXNegateY
(Inherited from AbstractF2mPoint)
ScaleY
(Inherited from AbstractF2mPoint)
ScaleYNegateX
(Inherited from AbstractF2mPoint)
Subtract
(Inherited from AbstractF2mPoint)
Tau
(Inherited from AbstractF2mPoint)
TauPow
(Inherited from AbstractF2mPoint)
ThreeTimes
(Inherited from ECPoint)
TimesPow2
(Inherited from ECPoint)
ToString
(Inherited from ECPoint)
Twice
(Overrides ECPointTwice)
TwicePlus
(Overrides ECPointTwicePlus(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