All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class is.hi.logir.cryptonite.EncryptedKeyExClient

java.lang.Object
   |
   +----is.hi.logir.cryptonite.Cryptonite
           |
           +----is.hi.logir.cryptonite.EncryptedKeyEx
                   |
                   +----is.hi.logir.cryptonite.EncryptedKeyExClient

public class EncryptedKeyExClient
extends EncryptedKeyEx
implements NoninterKeyExClient
Exchange keys by sending an encrypted key from this class to the corresponding EncryptedKeyExServer.

Author:
Logi Ragnarsson (logir@hi.is)

Constructor Index

 o EncryptedKeyExClient(CipherKey, Key)

Method Index

 o message(byte[])
Return the message to send to the server.

Constructors

 o EncryptedKeyExClient
 public EncryptedKeyExClient(CipherKey key,
                             Key sessionKey)

Methods

 o message
 public byte[] message(byte received[]) throws ProtocolException
Return the message to send to the server.

Throws: ProtocolException
if the message is not null

All Packages  Class Hierarchy  This Package  Previous  Next  Index