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