Package org.bouncycastle.crypto.internal.macs
-
Class Summary Class Description AEADCipherMac CBCBlockCipherMac standard CBC Block Cipher MAC - if no padding is specified the default of pad of zeroes is used.CFBBlockCipherMac CMac CMAC - as specified at www.nuee.nagoya-u.ac.jp/labs/tiwata/omac/omac.htmlGMac The GMAC specialisation of Galois/Counter mode (GCM) detailed in NIST Special Publication 800-38D.HMac HMAC implementation based on RFC2104 H(K XOR opad, H(K XOR ipad, text))TruncatingMac