org.eclipse.net4j.util.security
Class DiffieHellman.Client

java.lang.Object
  extended by org.eclipse.net4j.util.security.DiffieHellman.Client
Enclosing class:
DiffieHellman

public static class DiffieHellman.Client
extends Object

Executes the client-side of the Diffie-Hellman key agreement protocol.


Nested Class Summary
static class DiffieHellman.Client.Response
           
 
Constructor Summary
DiffieHellman.Client()
           
 
Method Summary
 DiffieHellman.Client.Response handleChallenge(DiffieHellman.Server.Challenge challenge, byte[] clearText)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiffieHellman.Client

public DiffieHellman.Client()
Method Detail

handleChallenge

public DiffieHellman.Client.Response handleChallenge(DiffieHellman.Server.Challenge challenge,
                                                     byte[] clearText)


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.