Package org.eclipse.net4j.util.security
Class DiffieHellman.Client
java.lang.Object
org.eclipse.net4j.util.security.DiffieHellman.Client
- Enclosing class:
- DiffieHellman
Executes the client-side of the Diffie-Hellman key agreement protocol.
- Author:
- Eike Stepper
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionhandleChallenge
(DiffieHellman.Server.Challenge challenge, byte[] clearText)
-
Constructor Details
-
Client
public Client()
-
-
Method Details
-
handleChallenge
public DiffieHellman.Client.Response handleChallenge(DiffieHellman.Server.Challenge challenge, byte[] clearText)
-