Bouncy Castle Cryptography Library 1.81

org.bouncycastle.math.ec
Class ScaleYPointMap

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

public class ScaleYPointMap
extends java.lang.Object
implements ECPointMap


Field Summary
protected  ECFieldElement scale
           
 
Constructor Summary
ScaleYPointMap(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

ScaleYPointMap

public ScaleYPointMap(ECFieldElement scale)
Method Detail

map

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

Bouncy Castle Cryptography Library 1.81