Bouncy Castle Cryptography 1.51

org.bouncycastle.math.ec
Class ECPoint.AbstractF2m

java.lang.Object
  extended by org.bouncycastle.math.ec.ECPoint
      extended by org.bouncycastle.math.ec.ECPoint.AbstractF2m
Direct Known Subclasses:
ECPoint.F2m
Enclosing class:
ECPoint

public abstract static class ECPoint.AbstractF2m
extends ECPoint


Nested Class Summary
 
Nested classes/interfaces inherited from class org.bouncycastle.math.ec.ECPoint
ECPoint.AbstractF2m, ECPoint.AbstractFp, ECPoint.F2m, ECPoint.Fp
 
Field Summary
 
Fields inherited from class org.bouncycastle.math.ec.ECPoint
curve, EMPTY_ZS, preCompTable, withCompression, x, y, zs
 
Constructor Summary
protected ECPoint.AbstractF2m(ECCurve curve, ECFieldElement x, ECFieldElement y)
           
protected ECPoint.AbstractF2m(ECCurve curve, ECFieldElement x, ECFieldElement y, ECFieldElement[] zs)
           
 
Method Summary
protected  boolean satisfiesCurveEquation()
           
 
Methods inherited from class org.bouncycastle.math.ec.ECPoint
add, checkNormalized, createScaledPoint, detach, equals, equals, getAffineXCoord, getAffineYCoord, getCompressionYTilde, getCurve, getCurveCoordinateSystem, getDetachedPoint, getEncoded, getEncoded, getInitialZCoords, getRawXCoord, getRawYCoord, getRawZCoords, getX, getXCoord, getY, getYCoord, getZCoord, getZCoords, hashCode, isCompressed, isInfinity, isNormalized, isValid, multiply, negate, normalize, satisfiesCofactor, scaleX, scaleY, subtract, threeTimes, timesPow2, toString, twice, twicePlus
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ECPoint.AbstractF2m

protected ECPoint.AbstractF2m(ECCurve curve,
                              ECFieldElement x,
                              ECFieldElement y)

ECPoint.AbstractF2m

protected ECPoint.AbstractF2m(ECCurve curve,
                              ECFieldElement x,
                              ECFieldElement y,
                              ECFieldElement[] zs)
Method Detail

satisfiesCurveEquation

protected boolean satisfiesCurveEquation()
Specified by:
satisfiesCurveEquation in class ECPoint

Bouncy Castle Cryptography 1.51