Bouncy Castle Cryptography Library 1.81

org.bouncycastle.math.ec
Class ScaleYNegateXPointMap

java.lang.Object
  extended byorg.bouncycastle.math.ec.ScaleYNegateXPointMap
All Implemented Interfaces:
ECPointMap

public class ScaleYNegateXPointMap
extends java.lang.Object
implements ECPointMap


Field Summary
protected  ECFieldElement scale
           
 
Constructor Summary
ScaleYNegateXPointMap(ECFieldElement scale)
           
 
Method Summary
 ECPoint map(ECPoint p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

scale

protected final ECFieldElement scale
Constructor Detail

ScaleYNegateXPointMap

public ScaleYNegateXPointMap(ECFieldElement scale)
Method Detail

map

public ECPoint map(ECPoint p)
Specified by:
map in interface ECPointMap

Bouncy Castle Cryptography Library 1.81