File: setting.rst

package info (click to toggle)
python-b2sdk 2.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,020 kB
  • sloc: python: 30,902; sh: 13; makefile: 8
file content (25 lines) | stat: -rw-r--r-- 465 bytes parent folder | download | duplicates (2)
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.v2.EncryptionKey()
   :no-members:
   :special-members: __init__

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

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


.. autoattribute:: b2sdk.v2.SSE_NONE

    Commonly used "no encryption" setting


.. autoattribute:: b2sdk.v2.SSE_B2_AES

    Commonly used SSE-B2 setting