org.logi.crypto.protocols
Interface InterKeyExServer

All Superinterfaces:
InterProtocolServer
All Known Subinterfaces:
NoninterKeyExServer
All Known Implementing Classes:
DHEKEKeyExServer, DHKeyExNoninter, DHKeyExServer, EncryptedKeyExServer, SendHashKeyExServer

public interface InterKeyExServer
extends InterProtocolServer

This interface is implemented by classes for the server portion of an interactive key-exchange protocol.

See Also:
InterKeyExClient

Method Summary
 Key sessionKey()
          Returns the key if it has been decided upon, or null otherwise.
 
Methods inherited from interface org.logi.crypto.protocols.InterProtocolServer
completed, maxMessageSize, message
 

Method Detail

sessionKey

public Key sessionKey()
Returns the key if it has been decided upon, or null otherwise.