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
- Author:
- Eike Stepper
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
byte[]
byte[]
byte[]
toString()
void
write
(ExtendedDataOutput out)
-
Constructor Details
-
Response
public Response(byte[] clientPubKeyEnc, byte[] cipherText, byte[] paramsEnc) -
Response
- Throws:
IOException
-
Response
- Throws:
IOException
- Since:
- 3.21
-
Response
- Throws:
IOException
- Since:
- 3.21
-
-
Method Details
-
getClientPubKeyEnc
public byte[] getClientPubKeyEnc() -
getCipherText
public byte[] getCipherText() -
getParamsEnc
public byte[] getParamsEnc() -
write
- Throws:
IOException
-
toByteArray
public byte[] toByteArray()- Since:
- 3.21
-
toString
-