aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/hazmat/primitives/asymmetric/serialization.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/hazmat/primitives/asymmetric/serialization.rst b/docs/hazmat/primitives/asymmetric/serialization.rst
index 04bc705a..85aeced3 100644
--- a/docs/hazmat/primitives/asymmetric/serialization.rst
+++ b/docs/hazmat/primitives/asymmetric/serialization.rst
@@ -417,10 +417,12 @@ file suffix.
Deserialize a PKCS12 blob.
- :param bytes data: The binary data.
+ :param data: The binary data.
+ :type data: :term:`bytes-like`
- :param bytes password: The password to use to decrypt the data. ``None``
+ :param password: The password to use to decrypt the data. ``None``
if the PKCS12 is not encrypted.
+ :type password: :term:`bytes-like`
:param backend: A backend instance.