Package org.eclipse.net4j.util.security
Klasse 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
.- Seit:
- 3.3
- Autor:
- Eike Stepper
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic 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
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Konstruktordetails
-
DiffieHellman
public DiffieHellman()
-