public class

BasicGCMExponentiator

extends Object
implements GCMExponentiator
java.lang.Object
   ↳ org.bouncycastle.crypto.modes.gcm.BasicGCMExponentiator

Summary

Public Constructors
BasicGCMExponentiator()
Public Methods
void exponentiateX(long pow, byte[] output)
void init(byte[] x)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.bouncycastle.crypto.modes.gcm.GCMExponentiator

Public Constructors

public BasicGCMExponentiator ()

Public Methods

public void exponentiateX (long pow, byte[] output)

public void init (byte[] x)