anon.client
Class MixParameters
java.lang.Object
anon.client.MixParameters
public class MixParameters
- extends java.lang.Object
- Author:
- Stefan Lieske
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
MixParameters
public MixParameters(java.lang.String a_mixId,
IASymMixCipher a_mixCipher)
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)