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 | 0e4a80306067836a747275dd4f81bd5dc8ee07d8 (patch) | |
tree | c399f7c5e8805a8666946094de8c4e3d0cb9893f /sites/docs/api | |
parent | 780d18970316ef6ec105c9eb57a6351b30edbb48 (diff) | |
parent | b3bae9ab64294cdf06c553d87dfdf294e90dc235 (diff) |
Merge branch '1.14' into 1.15
Diffstat (limited to 'sites/docs/api')
-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 |