Package org.bouncycastle.crypto.internal.macs


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