public static final class DiffieHellman.Client.Response extends Object
| Constructor and Description |
|---|
Response(byte[] clientPubKeyEnc,
byte[] cipherText,
byte[] paramsEnc) |
Response(ExtendedDataInput in) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getCipherText() |
byte[] |
getClientPubKeyEnc() |
byte[] |
getParamsEnc() |
void |
write(ExtendedDataOutput out) |
public Response(byte[] clientPubKeyEnc,
byte[] cipherText,
byte[] paramsEnc)
public Response(ExtendedDataInput in) throws IOException
IOExceptionpublic void write(ExtendedDataOutput out) throws IOException
IOExceptionpublic byte[] getClientPubKeyEnc()
public byte[] getCipherText()
public byte[] getParamsEnc()
Copyright (c) 2014 Eike Stepper (Berlin, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html