GCMExponentiatorpublic class BasicGCMExponentiator extends java.lang.Object implements GCMExponentiator
| Constructor | Description |
|---|---|
BasicGCMExponentiator() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
exponentiateX(long pow,
byte[] output) |
|
void |
init(byte[] x) |
public void init(byte[] x)
init in interface GCMExponentiatorpublic void exponentiateX(long pow,
byte[] output)
exponentiateX in interface GCMExponentiator