public static class TdApi.CheckDatabaseEncryptionKey extends TdApi.Function
Returns Ok
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
byte[] |
encryptionKey
Encryption key to check or set up.
|
Constructor and Description |
---|
CheckDatabaseEncryptionKey()
Default constructor for a function, which checks the database encryption key for correctness.
|
CheckDatabaseEncryptionKey(byte[] encryptionKey)
Creates a function, which checks the database encryption key for correctness.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public byte[] encryptionKey
public static final int CONSTRUCTOR
public CheckDatabaseEncryptionKey()
Returns Ok
public CheckDatabaseEncryptionKey(byte[] encryptionKey)
Returns Ok
encryptionKey
- Encryption key to check or set up.public int getConstructor()
getConstructor
in class TdApi.Function