public class ClientDhInner extends TLObject
| Modifier and Type | Field and Description |
|---|---|
static int |
CLASS_ID |
protected byte[] |
gb |
protected byte[] |
nonce |
protected long |
retryId |
protected byte[] |
serverNonce |
| Constructor and Description |
|---|
ClientDhInner() |
ClientDhInner(byte[] nonce,
byte[] serverNonce,
long retryId,
byte[] gb) |
| Modifier and Type | Method and Description |
|---|---|
void |
deserializeBody(InputStream stream,
TLContext context)
Deserializing object from stream and context
|
int |
getClassId()
Getting TL Class identification
|
byte[] |
getGb() |
byte[] |
getNonce() |
long |
getRetryId() |
byte[] |
getServerNonce() |
void |
serializeBody(OutputStream stream)
Serializing object body to stream
|
String |
toString()
Custom toString method
|
deserialize, serialize, serializepublic static final int CLASS_ID
protected byte[] nonce
protected byte[] serverNonce
protected long retryId
protected byte[] gb
public ClientDhInner(byte[] nonce,
byte[] serverNonce,
long retryId,
byte[] gb)
public ClientDhInner()
public int getClassId()
TLObjectgetClassId in class TLObjectpublic byte[] getNonce()
public byte[] getServerNonce()
public long getRetryId()
public byte[] getGb()
public void serializeBody(OutputStream stream) throws IOException
TLObjectserializeBody in class TLObjectstream - destination streamIOExceptionpublic void deserializeBody(InputStream stream, TLContext context) throws IOException
TLObjectdeserializeBody in class TLObjectstream - source streamcontext - tl contextIOExceptionCopyright © 2016. All rights reserved.