Bouncy Castle Cryptography Library 1.81

org.bouncycastle.math.ec
Class ScaleXPointMap

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

public class ScaleXPointMap
extends java.lang.Object
implements ECPointMap


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

ScaleXPointMap

public ScaleXPointMap(ECFieldElement scale)
Method Detail

map

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

Bouncy Castle Cryptography Library 1.81