All Packages Class Hierarchy This Package Previous Next Index
Class is.logi.crypto.protocols.DHKeyEx
java.lang.Object
|
+----is.logi.crypto.Crypto
|
+----is.logi.crypto.protocols.DHKeyEx
- public class DHKeyEx
- extends Crypto
Ancestor of Diffie-Hellman key exchange objects
- 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