Home | Trees | Index | Help |
---|
Package paramiko :: Class DSSKey |
|
object
--+ |PKey
--+ |DSSKey
--+ | DSSKey
Method Summary | |
---|---|
Inherited from DSSKey | |
Create a new instance of this public key type. | |
| |
string |
Return a string of an SSH Message made up of the public part(s) of
this key. |
string |
Return the name of this private key implementation. |
Read private key contents from a file into this object. | |
Message
|
Sign a blob of data with this private key, and return a Message representing an SSH signature
message. |
boolean |
Given a blob of data, and an SSH message representing a signature of that data, verify that it was signed with this key. |
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
helper for pickle | |
helper for pickle | |
x.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
Inherited from type | |
T.__new__(S, ...) -> a new object with type S, a subtype of T |
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.0 on Sat Jan 3 19:29:35 2004 | http://epydoc.sf.net |