File: setting.rst

package info (click to toggle)
python-b2sdk 2.10.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,228 kB
  • sloc: python: 32,094; sh: 13; makefile: 8
file content (25 lines) | stat: -rw-r--r-- 465 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
.. _encryption_setting:

Encryption Settings
===================

.. autoclass:: b2sdk.v3.EncryptionKey()
   :no-members:
   :special-members: __init__

.. autoclass:: b2sdk.v3.UNKNOWN_KEY_ID
   :no-members:

.. autoclass:: b2sdk.v3.EncryptionSetting()
   :no-members:
   :special-members: __init__, as_dict


.. autoattribute:: b2sdk.v3.SSE_NONE

    Commonly used "no encryption" setting


.. autoattribute:: b2sdk.v3.SSE_B2_AES

    Commonly used SSE-B2 setting