diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-03-01 22:52:52 -0500 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-03-01 22:52:52 -0500 |
commit | 741175ef2bf965c9439dc4525df7e48c8a4ff72c (patch) | |
tree | 87274187e90b16431473b6c06403e6142aaabdd1 /docs/hazmat/primitives/asymmetric/serialization.rst | |
parent | ab1b4236401b89320bda457117a8e6758c14e42f (diff) | |
parent | db9d97f94df125dfc684ae069ee1a2a54ac2d426 (diff) | |
download | cryptography-741175ef2bf965c9439dc4525df7e48c8a4ff72c.tar.gz cryptography-741175ef2bf965c9439dc4525df7e48c8a4ff72c.tar.bz2 cryptography-741175ef2bf965c9439dc4525df7e48c8a4ff72c.zip |
Merge pull request #1711 from reaperhulk/serialize-format-private-format
s/Format/PrivateFormat
Diffstat (limited to 'docs/hazmat/primitives/asymmetric/serialization.rst')
-rw-r--r-- | docs/hazmat/primitives/asymmetric/serialization.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/hazmat/primitives/asymmetric/serialization.rst b/docs/hazmat/primitives/asymmetric/serialization.rst index 4940ebd4..e11b02ab 100644 --- a/docs/hazmat/primitives/asymmetric/serialization.rst +++ b/docs/hazmat/primitives/asymmetric/serialization.rst @@ -286,11 +286,11 @@ DSA keys look almost identical but begin with ``ssh-dss`` rather than Serialization Formats ~~~~~~~~~~~~~~~~~~~~~ -.. class:: Format +.. class:: PrivateFormat .. versionadded:: 0.8 - An enumeration for key formats. Used with + An enumeration for private key formats. Used with :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKeyWithSerialization.private_bytes`. .. attribute:: TraditionalOpenSSL |