Package org.eclipse.net4j.util.security
Class DiffieHellman
java.lang.Object
org.eclipse.net4j.util.security.DiffieHellman
Executes the Diffie-Hellman key agreement protocol between 2 parties:
DiffieHellman.Server
and DiffieHellman.Client
.- Since:
- 3.3
- Author:
- Eike Stepper
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Executes the client-side of the Diffie-Hellman key agreement protocol.static final class
Creates Diffie-Hellman parameters.static class
Executes the server-side of the Diffie-Hellman key agreement protocol.static final class
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
DiffieHellman
public DiffieHellman()
-