de.flexiprovider.core.mac
Class TwoTrackMac.TTMac96

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

public static class TwoTrackMac.TTMac96
extends TwoTrackMac


Inner classes inherited from class de.flexiprovider.core.mac.TwoTrackMac
TwoTrackMac.TTMac128, TwoTrackMac.TTMac160, TwoTrackMac.TTMac32, TwoTrackMac.TTMac64, TwoTrackMac.TTMac96
 
Field Summary
static java.lang.String ALG_NAME
          The algorithm name.
static java.lang.String ALG_NAME2
          An alternative algorithm name.
 
Constructor Summary
TwoTrackMac.TTMac96()
           
 
Methods inherited from class de.flexiprovider.core.mac.TwoTrackMac
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.

ALG_NAME2

public static final java.lang.String ALG_NAME2
An alternative algorithm name.
Constructor Detail

TwoTrackMac.TTMac96

public TwoTrackMac.TTMac96()