Package org.bouncycastle.crypto.modes
Interface GCMModeCipher
-
- All Superinterfaces:
AEADBlockCipher
,AEADCipher
- All Known Implementing Classes:
GCMBlockCipher
public interface GCMModeCipher extends AEADBlockCipher
-
-
Method Summary
-
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
-
-