Package org.bouncycastle.crypto.macs

  • Class Summary
    Class Description
    CBCBlockCipherMac
    standard CBC Block Cipher MAC - if no padding is specified the default of pad of zeroes is used.
    HMac
    HMAC implementation based on RFC2104 H(K XOR opad, H(K XOR ipad, text))