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)
-
EncryptedKeyExClient(CipherKey, Key)
-
-
message(byte[])
- Return the message to send to the server.
EncryptedKeyExClient
public EncryptedKeyExClient(CipherKey key,
Key sessionKey)
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