de.flexiprovider.core.mac
Class CBCMac.AES256

java.lang.Object
  |
  +--javax.crypto.MacSpi
        |
        +--de.flexiprovider.api.Mac
              |
              +--de.flexiprovider.core.mac.CBCMac
                    |
                    +--de.flexiprovider.core.mac.CBCMac.AES256
Enclosing class:
CBCMac

public static class CBCMac.AES256
extends CBCMac

CBC-MAC with AES256 algorithm


Inner classes inherited from class de.flexiprovider.core.mac.CBCMac
CBCMac.AES128, CBCMac.AES192, CBCMac.AES256, CBCMac.Camellia, CBCMac.DESede, CBCMac.IDEA, CBCMac.MARS, CBCMac.Misty1, CBCMac.RC2, CBCMac.RC5, CBCMac.RC6, CBCMac.SAFERPlus, CBCMac.SAFERPlusPlus, CBCMac.Serpent, CBCMac.Shacal, CBCMac.Shacal2, CBCMac.Twofish
 
Field Summary
static java.lang.String ALG_NAME
          The algorithm name.
 
Constructor Summary
CBCMac.AES256()
           
 
Methods inherited from class de.flexiprovider.core.mac.CBCMac
doFinal, getMacLength, init, reset, update, update
 
Methods inherited from class de.flexiprovider.api.Mac
doFinal, doFinal, engineDoFinal, engineGetMacLength, engineInit, engineReset, engineUpdate, engineUpdate, init, update
 
Methods inherited from class javax.crypto.MacSpi
clone
 
Methods inherited from class java.lang.Object
, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALG_NAME

public static final java.lang.String ALG_NAME
The algorithm name.
Constructor Detail

CBCMac.AES256

public CBCMac.AES256()