aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-01-26 12:25:02 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-01-26 12:25:02 -0600
commit82629f4adc8bfc8899b2b99915fad61b95e17fe6 (patch)
tree43c565cc72809b29d70ccd3faac169294ce30bdd /docs/hazmat
parent359b94631c3380e2f86cf1f8e95090f7a350438f (diff)
downloadcryptography-82629f4adc8bfc8899b2b99915fad61b95e17fe6.tar.gz
cryptography-82629f4adc8bfc8899b2b99915fad61b95e17fe6.tar.bz2
cryptography-82629f4adc8bfc8899b2b99915fad61b95e17fe6.zip
adding versionadded
Diffstat (limited to 'docs/hazmat')
-rw-r--r--docs/hazmat/primitives/interfaces.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/hazmat/primitives/interfaces.rst b/docs/hazmat/primitives/interfaces.rst
index 57a84120..0c193bd5 100644
--- a/docs/hazmat/primitives/interfaces.rst
+++ b/docs/hazmat/primitives/interfaces.rst
@@ -108,6 +108,8 @@ Asymmetric Interfaces
.. class:: RSAPrivateKey
+.. versionadded:: 0.2
+
An `RSA`_ private key.
.. method:: public_key()
@@ -167,6 +169,8 @@ Asymmetric Interfaces
.. class:: RSAPublicKey
+.. versionadded:: 0.2
+
An `RSA`_ public key.
.. attribute:: modulus