diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-09-18 17:50:58 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-09-18 17:50:58 -0700 |
commit | b3bae9ab64294cdf06c553d87dfdf294e90dc235 (patch) | |
tree | e660b4d0c078c6858c33d57d353882d40fedbbdb /sites | |
parent | 009d6ba95808b15fae25a6730cd06d154580b800 (diff) | |
parent | 17dbb6a48c0ccf645bc8a53d22ba502a71a99a26 (diff) |
Merge branch '1.13' into 1.14
Diffstat (limited to 'sites')
-rw-r--r-- | sites/docs/api/keys.rst | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sites/docs/api/keys.rst b/sites/docs/api/keys.rst index af7b58c4..c6412f77 100644 --- a/sites/docs/api/keys.rst +++ b/sites/docs/api/keys.rst @@ -1,6 +1,23 @@ +============ Key handling ============ +Parent key class +================ + .. automodule:: paramiko.pkey + +DSA (DSS) +========= + .. automodule:: paramiko.dsskey + +RSA +=== + .. automodule:: paramiko.rsakey + +ECDSA +===== + +.. automodule:: paramiko.ecdsakey |