Package org.eclipse.net4j.util.security
Class DiffieHellman
- java.lang.Object
- 
- org.eclipse.net4j.util.security.DiffieHellman
 
- 
 public class DiffieHellman extends java.lang.ObjectExecutes the Diffie-Hellman key agreement protocol between 2 parties:DiffieHellman.ServerandDiffieHellman.Client.- Since:
- 3.3
- Author:
- Eike Stepper
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classDiffieHellman.ClientExecutes the client-side of the Diffie-Hellman key agreement protocol.static classDiffieHellman.ParameterSpecGeneratorCreates Diffie-Hellman parameters.static classDiffieHellman.ServerExecutes the server-side of the Diffie-Hellman key agreement protocol.static classDiffieHellman.SkipParameterSpec
 - 
Constructor SummaryConstructors Constructor Description DiffieHellman()
 
-