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
-
EncryptedKeyExServer(CipherKey)
-
-
message(byte[])
- Rceive a message from the client.
EncryptedKeyExServer
public EncryptedKeyExServer(CipherKey key)
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