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
-
sessionKey()
- Returns the key if it has been decided upon,
or
null
otherwise.
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