Bouncy Castle Cryptography Library 1.79

org.bouncycastle.crypto.modes
Interface GCMModeCipher

All Superinterfaces:
AEADBlockCipher, AEADCipher
All Known Implementing Classes:
GCMBlockCipher

public interface GCMModeCipher
extends AEADBlockCipher


Methods inherited from interface org.bouncycastle.crypto.modes.AEADBlockCipher
getUnderlyingCipher
 
Methods inherited from interface org.bouncycastle.crypto.modes.AEADCipher
doFinal, getAlgorithmName, getMac, getOutputSize, getUpdateOutputSize, init, processAADByte, processAADBytes, processByte, processBytes, reset
 


Bouncy Castle Cryptography Library 1.79