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.EncryptedKeyExServer
public EncryptedKeyExServer(CipherKey key)
key
to decrypt the session key sent to it by te client.
public byte[] message(byte received[]) throws ProtocolException
received
is the last message received form the client
and has not yet been sent to the client.
The returned value is the next message to send to the client or null if no more messages need to be sent and the protocol is terminated.
All Packages Class Hierarchy This Package Previous Next Index