aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-09-12 19:47:39 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-09-12 19:47:39 -0500
commit5f47335ce58b7ea31a39ece81e3ff8e523f80168 (patch)
treeb485d9cb85e41f913964f059ef1f3008a2bebd37 /docs/hazmat
parentb8599c085d3e295f460f0117f7df9288a4841d7f (diff)
parentacda0445b1d22da120bbd46283e374887758c8b2 (diff)
downloadcryptography-5f47335ce58b7ea31a39ece81e3ff8e523f80168.tar.gz
cryptography-5f47335ce58b7ea31a39ece81e3ff8e523f80168.tar.bz2
cryptography-5f47335ce58b7ea31a39ece81e3ff8e523f80168.zip
Merge pull request #1328 from michael-hart/master
Implemented support for loading EC private keys
Diffstat (limited to 'docs/hazmat')
-rw-r--r--docs/hazmat/primitives/asymmetric/serialization.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/primitives/asymmetric/serialization.rst b/docs/hazmat/primitives/asymmetric/serialization.rst
index 84b69fdc..7a953d9b 100644
--- a/docs/hazmat/primitives/asymmetric/serialization.rst
+++ b/docs/hazmat/primitives/asymmetric/serialization.rst
@@ -76,7 +76,7 @@ all begin with ``-----BEGIN {format}-----`` and end with ``-----END
be ``None`` if the private key is not encrypted.
:param backend: A
- :class:`~cryptography.hazmat.backends.interfaces.PKCS8SerializationBackend`
+ :class:`~cryptography.hazmat.backends.interfaces.PEMSerializationBackend`
provider.
:returns: A new instance of a private key.