
public static final class DiffieHellman.Client.Response extends Object
| Constructor and Description |
|---|
DiffieHellman.Client.Response(byte[] clientPubKeyEnc,
byte[] cipherText,
byte[] paramsEnc) |
DiffieHellman.Client.Response(ExtendedDataInput in) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getCipherText() |
byte[] |
getClientPubKeyEnc() |
byte[] |
getParamsEnc() |
void |
write(ExtendedDataOutput out) |
public DiffieHellman.Client.Response(byte[] clientPubKeyEnc,
byte[] cipherText,
byte[] paramsEnc)
public DiffieHellman.Client.Response(ExtendedDataInput in) throws IOException
IOExceptionpublic void write(ExtendedDataOutput out) throws IOException
IOExceptionpublic byte[] getClientPubKeyEnc()
public byte[] getCipherText()
public byte[] getParamsEnc()
Copyright (c) 2011-2014 Eike Stepper (Berlin, Germany) and others.