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)
-
completed()
- Returns true iff this end of the protocol i completed.
-
sessionKey()
- Returns the key if it has been decided upon,
or
null
otherwise.
sessionKey
public Key sessionKey()
- Returns the key if it has been decided upon,
or
null
otherwise.
completed
public boolean completed()
- Returns true iff this end of the protocol i completed.
All Packages Class Hierarchy This Package Previous Next Index