org.eclipse.net4j.util.security
Class DiffieHellman

java.lang.Object
  extended by org.eclipse.net4j.util.security.DiffieHellman

public class DiffieHellman
extends Object

Executes the Diffie-Hellman key agreement protocol between 2 parties: DiffieHellman.Server and DiffieHellman.Client.

Since:
3.3

Nested Class Summary
static class DiffieHellman.Client
          Executes the client-side of the Diffie-Hellman key agreement protocol.
static class DiffieHellman.ParameterSpecGenerator
          Creates Diffie-Hellman parameters.
static class DiffieHellman.Server
          Executes the server-side of the Diffie-Hellman key agreement protocol.
static class DiffieHellman.SkipParameterSpec
           
 
Constructor Summary
DiffieHellman()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiffieHellman

public DiffieHellman()


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