Bouncy Castle Cryptography 1.46

org.bouncycastle.crypto.modes.gcm
Class Tables64kGCMMultiplier

java.lang.Object
  extended by org.bouncycastle.crypto.modes.gcm.Tables64kGCMMultiplier
All Implemented Interfaces:
GCMMultiplier

public class Tables64kGCMMultiplier
extends java.lang.Object
implements GCMMultiplier


Constructor Summary
Tables64kGCMMultiplier()
           
 
Method Summary
 void init(byte[] H)
           
 void multiplyH(byte[] x)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tables64kGCMMultiplier

public Tables64kGCMMultiplier()
Method Detail

init

public void init(byte[] H)
Specified by:
init in interface GCMMultiplier

multiplyH

public void multiplyH(byte[] x)
Specified by:
multiplyH in interface GCMMultiplier

Bouncy Castle Cryptography 1.46