public abstract class TLAbsInputEncryptedFile extends TLObject
| Modifier and Type | Field and Description |
|---|---|
long |
accessHash
The Access hash.
|
long |
id
The Id.
|
TLBytes |
iv
The Iv.
|
TLBytes |
key
The Key.
|
int |
keyFingerprint
The Key fingerprint.
|
String |
md5Checksum
The Md 5 checksum.
|
int |
parts
The Parts.
|
| Modifier | Constructor and Description |
|---|---|
protected |
TLAbsInputEncryptedFile()
Instantiates a new TL abs input encrypted file.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getAccessHash()
Gets access hash.
|
long |
getId()
Gets id.
|
TLBytes |
getIv()
Gets iv.
|
TLBytes |
getKey()
Gets key.
|
int |
getKeyFingerprint()
Gets key fingerprint.
|
String |
getMd5Checksum()
Gets md 5 checksum.
|
int |
getParts()
Gets parts.
|
void |
setAccessHash(long accessHash)
Sets access hash.
|
void |
setId(long id)
Sets id.
|
void |
setIv(TLBytes iv)
Sets iv.
|
void |
setKey(TLBytes key)
Sets key.
|
void |
setKeyFingerprint(int keyFingerprint)
Sets key fingerprint.
|
void |
setMd5Checksum(String md5Checksum)
Sets md 5 checksum.
|
void |
setParts(int parts)
Sets parts.
|
deserialize, deserializeBody, getClassId, serialize, serialize, serializeBody, toStringpublic long id
public long accessHash
public int parts
public int keyFingerprint
public String md5Checksum
public TLBytes key
public TLBytes iv
protected TLAbsInputEncryptedFile()
public long getId()
public void setId(long id)
id - the idpublic long getAccessHash()
public void setAccessHash(long accessHash)
accessHash - the access hashpublic int getParts()
public void setParts(int parts)
parts - the partspublic int getKeyFingerprint()
public void setKeyFingerprint(int keyFingerprint)
keyFingerprint - the key fingerprintpublic String getMd5Checksum()
public void setMd5Checksum(String md5Checksum)
md5Checksum - the md 5 checksumpublic TLBytes getKey()
public void setKey(TLBytes key)
key - the keypublic TLBytes getIv()
public void setIv(TLBytes iv)
iv - the ivCopyright © 2017. All rights reserved.