de.flexiprovider.core.mac
Class TwoTrackMac.TTMac160

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

public static class TwoTrackMac.TTMac160
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.
static java.lang.String ALG_NAME3
          A second alternative algorithm name.
static java.lang.String ALG_NAME4
          A third alternative algorithm name.
 
Constructor Summary
TwoTrackMac.TTMac160()
           
 
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.

ALG_NAME3

public static final java.lang.String ALG_NAME3
A second alternative algorithm name.

ALG_NAME4

public static final java.lang.String ALG_NAME4
A third alternative algorithm name.
Constructor Detail

TwoTrackMac.TTMac160

public TwoTrackMac.TTMac160()