All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----is.logi.crypto.Crypto | +----is.logi.crypto.protocols.EncryptedKeyEx | +----is.logi.crypto.protocols.EncryptedKeyExClient
public EncryptedKeyExClient(CipherKey key, Key sessionKey)
key
to
encrypt sessionKey
and then sneds it to the server.
public byte[] message(byte received[]) throws ProtocolException
received
is the last message received form the server
and has not yet been sent to the client.
The returned value is the next message to send to the server or null if no more messages need to be sent and the protocol is terminated.
All Packages Class Hierarchy This Package Previous Next Index