Class TdApi.SetDatabaseEncryptionKey

  • Enclosing class:
    TdApi

    public static class TdApi.SetDatabaseEncryptionKey
    extends TdApi.Function
    Changes the database encryption key. Usually the encryption key is never changed and is stored in some OS keychain.

    Returns Ok

    • Field Detail

      • newEncryptionKey

        public byte[] newEncryptionKey
        New encryption key.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SetDatabaseEncryptionKey

        public SetDatabaseEncryptionKey()
        Default constructor.
      • SetDatabaseEncryptionKey

        public SetDatabaseEncryptionKey​(byte[] newEncryptionKey)
        Constructor for initialization of all fields.
        Parameters:
        newEncryptionKey - New encryption key.