anon.client
Class MixParameters

java.lang.Object
  extended by anon.client.MixParameters

public class MixParameters
extends java.lang.Object

Author:
Stefan Lieske

Field Summary
private  java.lang.Object m_internalSynchronization
           
private  IASymMixCipher m_mixCipher
           
private  java.lang.String m_mixId
           
static long m_referenceTime
           
private  int m_replayOffset
           
private  ReplayTimestamp m_replayTimestamp
           
 
Constructor Summary
MixParameters(java.lang.String a_mixId, IASymMixCipher a_mixCipher)
           
 
Method Summary
 byte[] getCurrentReplayOffset(int diff)
           
 IASymMixCipher getMixCipher()
           
 java.lang.String getMixId()
           
 byte[] getReplayOffset()
           
 ReplayTimestamp getReplayTimestamp()
           
 void setReplayOffset(int a_replayTimestamp)
           
 void setReplayTimestamp(ReplayTimestamp a_replayTimestamp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_mixId

private java.lang.String m_mixId

m_mixCipher

private IASymMixCipher m_mixCipher

m_replayTimestamp

private ReplayTimestamp m_replayTimestamp

m_replayOffset

private int m_replayOffset

m_internalSynchronization

private java.lang.Object m_internalSynchronization

m_referenceTime

public static long m_referenceTime
Constructor Detail

MixParameters

public MixParameters(java.lang.String a_mixId,
                     IASymMixCipher a_mixCipher)
Method Detail

getMixId

public java.lang.String getMixId()

getMixCipher

public IASymMixCipher getMixCipher()

getReplayTimestamp

public ReplayTimestamp getReplayTimestamp()

getReplayOffset

public byte[] getReplayOffset()

getCurrentReplayOffset

public byte[] getCurrentReplayOffset(int diff)

setReplayTimestamp

public void setReplayTimestamp(ReplayTimestamp a_replayTimestamp)

setReplayOffset

public void setReplayOffset(int a_replayTimestamp)