All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface is.logi.crypto.protocols.KeyExchangeClient

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

Author:
Logi Ragnarsson (logir@hi.is)

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