public class PQInner extends TLObject
| Modifier and Type | Field and Description |
|---|---|
static int |
CLASS_ID |
protected byte[] |
newNonce |
protected byte[] |
nonce |
protected byte[] |
p |
protected byte[] |
pq |
protected byte[] |
q |
protected byte[] |
serverNonce |
| Constructor and Description |
|---|
PQInner() |
PQInner(byte[] pq,
byte[] p,
byte[] q,
byte[] nonce,
byte[] serverNonce,
byte[] newNonce) |
| 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[] |
getNewNonce() |
byte[] |
getNonce() |
byte[] |
getP() |
byte[] |
getPq() |
byte[] |
getQ() |
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[] pq
protected byte[] p
protected byte[] q
protected byte[] nonce
protected byte[] serverNonce
protected byte[] newNonce
public PQInner(byte[] pq,
byte[] p,
byte[] q,
byte[] nonce,
byte[] serverNonce,
byte[] newNonce)
public PQInner()
public int getClassId()
TLObjectgetClassId in class TLObjectpublic byte[] getPq()
public byte[] getP()
public byte[] getQ()
public byte[] getNonce()
public byte[] getServerNonce()
public byte[] getNewNonce()
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.