Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/hazmat/primitives/asymmetric/serialization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1450,6 +1450,7 @@ contain certificates, CRLs, and much more. PKCS7 files commonly have a ``p7b``,
:class:`~cryptography.hazmat.primitives.serialization.pkcs7.PKCS7Options`. For
this operation only
:attr:`~cryptography.hazmat.primitives.serialization.pkcs7.PKCS7Options.Text` is supported.
The empty list handles binary data.

:returns bytes: The decrypted message.

Expand Down Expand Up @@ -1505,6 +1506,7 @@ contain certificates, CRLs, and much more. PKCS7 files commonly have a ``p7b``,
:class:`~cryptography.hazmat.primitives.serialization.pkcs7.PKCS7Options`. For
this operation only
:attr:`~cryptography.hazmat.primitives.serialization.pkcs7.PKCS7Options.Text` is supported.
The empty list handles binary data.

:returns bytes: The decrypted message.

Expand Down Expand Up @@ -1563,6 +1565,7 @@ contain certificates, CRLs, and much more. PKCS7 files commonly have a ``p7b``,
:class:`~cryptography.hazmat.primitives.serialization.pkcs7.PKCS7Options`. For
this operation only
:attr:`~cryptography.hazmat.primitives.serialization.pkcs7.PKCS7Options.Text` is supported.
The empty list handles binary data.

:returns bytes: The decrypted message.

Expand Down
Loading