anon.client.crypto
Class FirstMixCipher.MixEncryptionHandler

java.lang.Object
  extended by anon.client.crypto.FirstMixCipher.MixEncryptionHandler
All Implemented Interfaces:
ISendCallbackHandler
Enclosing class:
FirstMixCipher

private class FirstMixCipher.MixEncryptionHandler
extends java.lang.Object
implements ISendCallbackHandler


Field Summary
private  int m_bytesToEncrypt
           
private  SymCipher m_mixStreamCipher
           
 
Constructor Summary
FirstMixCipher.MixEncryptionHandler(SymCipher a_mixStreamCipher, int a_bytesToEncrypt)
           
 
Method Summary
 void finalizePacket(MixPacket a_mixPacket)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_mixStreamCipher

private SymCipher m_mixStreamCipher

m_bytesToEncrypt

private int m_bytesToEncrypt
Constructor Detail

FirstMixCipher.MixEncryptionHandler

public FirstMixCipher.MixEncryptionHandler(SymCipher a_mixStreamCipher,
                                           int a_bytesToEncrypt)
Method Detail

finalizePacket

public void finalizePacket(MixPacket a_mixPacket)
Specified by:
finalizePacket in interface ISendCallbackHandler