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