Bouncy Castle Cryptography 1.28

Package org.bouncycastle.crypto.macs

Classes for creating MACs and HMACs.

See:
          Description

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

Package org.bouncycastle.crypto.macs Description

Classes for creating MACs and HMACs.


Bouncy Castle Cryptography 1.28