FpPoint Class

Definition

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

Properties

AffineXCoord
(Inherited from ECPoint)
AffineYCoord
(Inherited from ECPoint)
CompressionYTilde
(Inherited from AbstractFpPoint)
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
(Overrides ECPointAdd(ECPoint))
CalculateJacobianModifiedW 
CheckNormalized
(Inherited from ECPoint)
CreateScaledPoint
(Inherited from ECPoint)
Detach
(Overrides ECPointDetach)
DoubleProductFromSquares 
Eight 
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)
Four 
GetDetachedPoint
(Inherited from ECPoint)
GetEncoded
(Inherited from ECPoint)
GetEncoded(Boolean)
(Inherited from ECPointBase)
GetEncodedLength
(Inherited from ECPointBase)
GetHashCode
(Inherited from ECPoint)
GetJacobianModifiedW 
GetTypeGets the Type of the current instance.
(Inherited from Object)
GetZCoord
(Overrides ECPointGetZCoord(Int32))
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 AbstractFpPoint)
SatisfiesOrder
(Inherited from ECPoint)
ScaleX
(Inherited from ECPoint)
ScaleXNegateY
(Inherited from ECPoint)
ScaleY
(Inherited from ECPoint)
ScaleYNegateX
(Inherited from ECPoint)
Subtract
(Inherited from AbstractFpPoint)
Three 
ThreeTimes
(Overrides ECPointThreeTimes)
TimesPow2
(Overrides ECPointTimesPow2(Int32))
ToString
(Inherited from ECPoint)
Twice
(Overrides ECPointTwice)
TwiceJacobianModified 
TwicePlus
(Overrides ECPointTwicePlus(ECPoint))
Two 

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