|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object anon.client.crypto.MixCipherChain
public class MixCipherChain
Field Summary | |
---|---|
private IMixCipher[] |
m_cipherChain
|
Constructor Summary | |
---|---|
MixCipherChain(IMixCipher[] a_cipherChain)
|
Method Summary | |
---|---|
void |
decryptPacket(byte[] m_packet)
|
byte[] |
encryptPacket(byte[] a_plainPacket,
int a_virtualPacketLength,
java.util.Vector a_sendCallbackHandlers)
|
int |
getNextPacketEncryptionOverhead()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private IMixCipher[] m_cipherChain
Constructor Detail |
---|
public MixCipherChain(IMixCipher[] a_cipherChain)
Method Detail |
---|
public byte[] encryptPacket(byte[] a_plainPacket, int a_virtualPacketLength, java.util.Vector a_sendCallbackHandlers)
public int getNextPacketEncryptionOverhead()
public void decryptPacket(byte[] m_packet)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |