Searched refs:GCMBlockCipher (Results 1 – 3 of 3) sorted by relevance
19 public class GCMBlockCipher class47 public GCMBlockCipher(BlockCipher c) in GCMBlockCipher() method in GCMBlockCipher52 public GCMBlockCipher(BlockCipher c, GCMMultiplier m) in GCMBlockCipher() method in GCMBlockCipher
46 import org.bouncycastle.crypto.modes.GCMBlockCipher;301 cipher = new AEADGenericBlockCipher(new GCMBlockCipher(baseEngine)); in engineSetMode()
2663 import org.bouncycastle.crypto.modes.GCMBlockCipher;