Bouncy Castle Cryptography 1.46

org.bouncycastle.crypto.modes.gcm
Class BasicGCMExponentiator

java.lang.Object
  extended by org.bouncycastle.crypto.modes.gcm.BasicGCMExponentiator
All Implemented Interfaces:
GCMExponentiator

public class BasicGCMExponentiator
extends java.lang.Object
implements GCMExponentiator


Constructor Summary
BasicGCMExponentiator()
           
 
Method Summary
 void exponentiateX(long pow, byte[] output)
           
 void init(byte[] x)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicGCMExponentiator

public BasicGCMExponentiator()
Method Detail

init

public void init(byte[] x)
Specified by:
init in interface GCMExponentiator

exponentiateX

public void exponentiateX(long pow,
                          byte[] output)
Specified by:
exponentiateX in interface GCMExponentiator

Bouncy Castle Cryptography 1.46