All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface is.logi.crypto.protocols.KeyExchangeServer

public interface KeyExchangeServer
This interface is implemented by classes for the server portion of a key-exchange protocol.

Author:
Logi Ragnarsson (logir@hi.is)
See Also:
InterKeyExClient

Method Index

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

Methods

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


All Packages  Class Hierarchy  This Package  Previous  Next  Index