Package de.flexiprovider.core.mac

Class Summary
CBCMac This is an implementation of the CBC MAC (ANSI X9.9) using the "flexicore" jce implementation.
CBCMac.AES128 CBC-MAC with AES128 algorithm
CBCMac.AES192 CBC-MAC with AES192 algorithm
CBCMac.AES256 CBC-MAC with AES256 algorithm
CBCMac.Camellia CBC-MAC with Camellia algorithm
CBCMac.DESede CBC-MAC with DESede algorithm
CBCMac.IDEA CBC-MAC with IDEA algorithm
CBCMac.MARS CBC-MAC with MARS algorithm
CBCMac.Misty1 CBC-MAC with Misty1 algorithm
CBCMac.RC2 CBC-MAC with RC2 algorithm
CBCMac.RC5 CBC-MAC with RC5 algorithm
CBCMac.RC6 CBC-MAC with RC6 algorithm
CBCMac.SAFERPlus CBC-MAC with SAFERPlus algorithm
CBCMac.SAFERPlusPlus CBC-MAC with SAFERPlusPlus algorithm
CBCMac.Serpent CBC-MAC with Serpent algorithm
CBCMac.Shacal CBC-MAC with Shacal algorithm
CBCMac.Shacal2 CBC-MAC with Shacal2 algorithm
CBCMac.Twofish CBC-MAC with Twofish algorithm
CMac This is an implementaion of the CMAC ( NIST Special Publication 800-38B).
CMac.AES128 CMAC with AES128 algorithm
CMac.AES192 CMAC with AES192 algorithm
CMac.AES256 CMAC with AES256 algorithm
CMac.DESede CMAC with DESede algorithm
CMacKey This class implements a key for the CMAC-algorithm.
HMac This class extends the MAC class for providing the functionality of the HMAC(Keyed-Hashing for Message Authentication) algorithm, as specified in RFC 2104.
HMac.DHA256  
HMac.FORK256  
HMac.MD4  
HMac.MD5  
HMac.RIPEMD128  
HMac.RIPEMD160  
HMac.RIPEMD256  
HMac.RIPEMD320  
HMac.SHA1  
HMac.SHA224  
HMac.SHA256  
HMac.SHA384  
HMac.SHA512  
HMac.Tiger  
HMacKey A simple class representing a key for Hmac.
HMacKeyFactory  
HMacKeyGenerator  
HMacKeyGenerator.DHA256  
HMacKeyGenerator.FORK256  
HMacKeyGenerator.MD4  
HMacKeyGenerator.MD5  
HMacKeyGenerator.RIPEMD128  
HMacKeyGenerator.RIPEMD160  
HMacKeyGenerator.RIPEMD256  
HMacKeyGenerator.RIPEMD320  
HMacKeyGenerator.SHA1  
HMacKeyGenerator.SHA224  
HMacKeyGenerator.SHA256  
HMacKeyGenerator.SHA384  
HMacKeyGenerator.SHA512  
HMacKeyGenerator.Tiger  
TwoTrackMac This class extends the Mac class for providing the functionality of the TTMAC(Two-Track-MAC) algorithm, as specified in the version 2.0 of the NESSIE final reports.
TwoTrackMac.TTMac128  
TwoTrackMac.TTMac160  
TwoTrackMac.TTMac32  
TwoTrackMac.TTMac64  
TwoTrackMac.TTMac96  
TwoTrackMacKey This class implements a key for the TwoTrackMac algorithm.
TwoTrackMacKeyFactory  
TwoTrackMacKeyGenerator This class is used to generate keys for the Message Authentication Code TwoTrackMac.