|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object anon.client.crypto.FirstMixCipher.MixEncryptionHandler
private class FirstMixCipher.MixEncryptionHandler
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 |
---|
private SymCipher m_mixStreamCipher
private int m_bytesToEncrypt
Constructor Detail |
---|
public FirstMixCipher.MixEncryptionHandler(SymCipher a_mixStreamCipher, int a_bytesToEncrypt)
Method Detail |
---|
public void finalizePacket(MixPacket a_mixPacket)
finalizePacket
in interface ISendCallbackHandler
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |