Example usage for Java org.bouncycastle.crypto.modes GCMBlockCipher fields, constructors, methods, implement or subclass
The text is from its open source code.
int | doFinal(byte[] out, int outOff) |
int | getOutputSize(int len) |
BlockCipher | getUnderlyingCipher() |
void | init(boolean forEncryption, CipherParameters params) NOTE: MAC sizes from 32 bits to 128 bits (must be a multiple of 8) are supported. |
void | processAADBytes(byte[] in, int inOff, int len) |
int | processBytes(byte[] in, int inOff, int len, byte[] out, int outOff) |
void | reset() |