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  ASymCipher m_mixCipher
           
private  java.lang.String m_mixId
           
private  ReplayTimestamp m_replayTimestamp
           
 
Constructor Summary
MixParameters(java.lang.String a_mixId, ASymCipher a_mixCipher)
           
 
Method Summary
 ASymCipher getMixCipher()
           
 java.lang.String getMixId()
           
 ReplayTimestamp getReplayTimestamp()
           
 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 ASymCipher m_mixCipher

m_replayTimestamp

private ReplayTimestamp m_replayTimestamp

m_internalSynchronization

private java.lang.Object m_internalSynchronization
Constructor Detail

MixParameters

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

getMixId

public java.lang.String getMixId()

getMixCipher

public ASymCipher getMixCipher()

getReplayTimestamp

public ReplayTimestamp getReplayTimestamp()

setReplayTimestamp

public void setReplayTimestamp(ReplayTimestamp a_replayTimestamp)