Package org.eclipse.net4j.util.security
Class DiffieHellman.Client.Response
- java.lang.Object
- 
- org.eclipse.net4j.util.security.DiffieHellman.Client.Response
 
- 
- Enclosing class:
- DiffieHellman.Client
 
 public static final class DiffieHellman.Client.Response extends java.lang.Object- Author:
- Eike Stepper
 
- 
- 
Constructor SummaryConstructors Constructor Description Response(byte[] clientPubKeyEnc, byte[] cipherText, byte[] paramsEnc)Response(ExtendedDataInput in)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getCipherText()byte[]getClientPubKeyEnc()byte[]getParamsEnc()voidwrite(ExtendedDataOutput out)
 
- 
- 
- 
Constructor Detail- 
Responsepublic Response(byte[] clientPubKeyEnc, byte[] cipherText, byte[] paramsEnc)
 - 
Responsepublic Response(ExtendedDataInput in) throws java.io.IOException - Throws:
- java.io.IOException
 
 
- 
 - 
Method Detail- 
writepublic void write(ExtendedDataOutput out) throws java.io.IOException - Throws:
- java.io.IOException
 
 - 
getClientPubKeyEncpublic byte[] getClientPubKeyEnc() 
 - 
getCipherTextpublic byte[] getCipherText() 
 - 
getParamsEncpublic byte[] getParamsEnc() 
 
- 
 
-