de.flexiprovider.core.mac
Class CMac.DESede

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

public static class CMac.DESede
extends CMac

CMAC with DESede algorithm


Inner classes inherited from class de.flexiprovider.core.mac.CMac
CMac.AES128, CMac.AES192, CMac.AES256, CMac.DESede
 
Field Summary
static java.lang.String ALG_NAME
          The algorithm name.
 
Constructor Summary
CMac.DESede()
           
 
Methods inherited from class de.flexiprovider.core.mac.CMac
doFinal, getMacLength, init, keySchedule, 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

CMac.DESede

public CMac.DESede()