java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.AuthorizationState
it.tdlight.jni.TdApi.AuthorizationStateWaitEncryptionKey
- Enclosing class:
- TdApi
public static final class TdApi.AuthorizationStateWaitEncryptionKey
extends TdApi.AuthorizationState
TDLib needs an encryption key to
decrypt the local database.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
boolean
True, if the database is currently encrypted. -
Constructor Summary
ConstructorDescriptionTDLib needs an encryption key to decrypt the local database.AuthorizationStateWaitEncryptionKey
(boolean isEncrypted) TDLib needs an encryption key to decrypt the local database.TDLib needs an encryption key to decrypt the local database. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
isEncrypted
public boolean isEncryptedTrue, if the database is currently encrypted. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
AuthorizationStateWaitEncryptionKey
public AuthorizationStateWaitEncryptionKey()TDLib needs an encryption key to decrypt the local database. -
AuthorizationStateWaitEncryptionKey
public AuthorizationStateWaitEncryptionKey(boolean isEncrypted) TDLib needs an encryption key to decrypt the local database.- Parameters:
isEncrypted
- boolean True, if the database is currently encrypted.
-
AuthorizationStateWaitEncryptionKey
TDLib needs an encryption key to decrypt the local database.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-