All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class is.logi.crypto.protocols.EncryptedKeyEx

java.lang.Object
   |
   +----is.logi.crypto.Crypto
           |
           +----is.logi.crypto.protocols.EncryptedKeyEx

public class EncryptedKeyEx
extends Crypto
Ancestor of EncryptedKeyEx classes.

Author:
Logi Ragnarsson (logir@hi.is)

Method Index

 o completed()
Returns true iff this end of the protocol i completed.
 o sessionKey()
Returns the key if it has been decided upon, or null otherwise.

Methods

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

 o completed
 public boolean completed()
Returns true iff this end of the protocol i completed.


All Packages  Class Hierarchy  This Package  Previous  Next  Index