diff options
| author | Jean-Paul Calderone <exarkun@users.noreply.github.com> | 2017-06-09 14:49:13 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-09 14:49:13 -0400 |
| commit | e9b22b210761495052a66ed4312501fc6167dd63 (patch) | |
| tree | 9ef616be6ad2961ea10bc9bb4633a6524e556cc0 | |
| parent | 3e357f704008f38261aee011a9fe674dc43cc0ae (diff) | |
| download | cryptography-private-key-serialization-docs.tar.gz | |
It's a method you must callprivate-key-serialization-docs
Fix misworded guidance for how to serialize a private key to bytes.
| -rw-r--r-- | docs/hazmat/primitives/asymmetric/serialization.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/primitives/asymmetric/serialization.rst b/docs/hazmat/primitives/asymmetric/serialization.rst index 96b502200..b745332e6 100644 --- a/docs/hazmat/primitives/asymmetric/serialization.rst +++ b/docs/hazmat/primitives/asymmetric/serialization.rst @@ -90,7 +90,7 @@ Key dumping The ``serialization`` module contains functions for loading keys from ``bytes``. To dump a ``key`` object to ``bytes``, you must call the appropriate -bytes on the key object. Documentation for these methods in found in the +method on the key object. Documentation for these methods in found in the :mod:`~cryptography.hazmat.primitives.asymmetric.rsa`, :mod:`~cryptography.hazmat.primitives.asymmetric.dsa`, and :mod:`~cryptography.hazmat.primitives.asymmetric.ec` module documentation. |
