Package org.eclipse.net4j.util.security
Class DiffieHellman.Client
- java.lang.Object
- 
- org.eclipse.net4j.util.security.DiffieHellman.Client
 
- 
- Enclosing class:
- DiffieHellman
 
 public static class DiffieHellman.Client extends java.lang.ObjectExecutes the client-side of the Diffie-Hellman key agreement protocol.- Author:
- Eike Stepper
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classDiffieHellman.Client.Response
 - 
Constructor SummaryConstructors Constructor Description Client()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DiffieHellman.Client.ResponsehandleChallenge(DiffieHellman.Server.Challenge challenge, byte[] clearText)
 
- 
- 
- 
Method Detail- 
handleChallengepublic DiffieHellman.Client.Response handleChallenge(DiffieHellman.Server.Challenge challenge, byte[] clearText) 
 
- 
 
-