Example usage for Java org.bouncycastle.crypto.modes EAXBlockCipher fields, constructors, methods, implement or subclass
The text is from its open source code.
EAXBlockCipher(BlockCipher cipher) Constructor that accepts an instance of a block cipher engine. |
int | doFinal(byte[] out, int outOff) |
int | getOutputSize(int len) |
void | init(boolean forEncryption, CipherParameters params) |
int | processBytes(byte[] in, int inOff, int len, byte[] out, int outOff) |
void | reset() |