Bouncy Castle Cryptography 1.30

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  
GOST28147Mac implementation of GOST 28147-89 MAC
HMac HMAC implementation based on RFC2104 H(K XOR opad, H(K XOR ipad, text))
OldHMac 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.30