Class Tables1kGCMExponentiator
- java.lang.Object
 - 
- org.bouncycastle.crypto.modes.gcm.Tables1kGCMExponentiator
 
 
- 
- All Implemented Interfaces:
 GCMExponentiator
public class Tables1kGCMExponentiator extends java.lang.Object implements GCMExponentiator
 
- 
- 
Constructor Summary
Constructors Constructor Description Tables1kGCMExponentiator() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexponentiateX(long pow, byte[] output)voidinit(byte[] x) 
 - 
 
- 
- 
Method Detail
- 
init
public void init(byte[] x)
- Specified by:
 initin interfaceGCMExponentiator
 
- 
exponentiateX
public void exponentiateX(long pow, byte[] output)- Specified by:
 exponentiateXin interfaceGCMExponentiator
 
 - 
 
 -