All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class is.hi.logir.cryptonite.EncryptedKeyExServer

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

public class EncryptedKeyExServer
extends EncryptedKeyEx
implements NoninterKeyExServer
Receive an encrypted key from the correstponding EncryptedKeyExClient

Author:
Logi Ragnarsson (logir@hi.is)
See Also:
EncryptedKeyExClient

Constructor Index

 o EncryptedKeyExServer(CipherKey)

Method Index

 o message(byte[])
Rceive a message from the client.

Constructors

 o EncryptedKeyExServer
 public EncryptedKeyExServer(CipherKey key)

Methods

 o message
 public byte[] message(byte received[]) throws ProtocolException
Rceive a message from the client.

Throws: ProtocolException
if a malformed message is received

All Packages  Class Hierarchy  This Package  Previous  Next  Index