Class BasicGCMExponentiator
java.lang.Object
org.bouncycastle.crypto.modes.gcm.BasicGCMExponentiator
- All Implemented Interfaces:
GCMExponentiator
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
exponentiateX
(long pow, byte[] output) void
init
(byte[] x)
-
Constructor Details
-
BasicGCMExponentiator
public BasicGCMExponentiator()
-
-
Method Details
-
init
public void init(byte[] x) - Specified by:
init
in interfaceGCMExponentiator
-
exponentiateX
public void exponentiateX(long pow, byte[] output) - Specified by:
exponentiateX
in interfaceGCMExponentiator
-