Home | Trees | Indices | Help |
---|
|
object --+ | PKey --+ | RSAKey
Representation of an RSA key which can be used to sign and verify SSH2 data.
Instance Methods | |||
|
|||
|
|||
str |
|
||
bool |
|
||
int |
|
||
str |
|
||
Message |
|
||
boolean |
|
||
|
|||
|
|||
Inherited from Inherited from |
Class Methods | |
Inherited from |
Static Methods | |||
RSAKey |
|
Properties | |
Inherited from |
Method Details |
hash(x)
|
Create a new instance of this public key type. If
|
Return a string of an SSH Message made up of the public part(s) of this key. This string is suitable for passing to __init__ to re-create the key object later.
|
Return
|
Generate a new private RSA key. This factory function can be used to generate a new host key or authentication key.
|
Return the number of significant bits in this key. This is useful for judging the relative security of a key.
|
Return the name of this private key implementation.
|
Sign a blob of data with this private key, and return a Message representing an SSH signature message.
|
Given a blob of data, and an SSH message representing a signature of that data, verify that it was signed with this key.
|
Write private key contents into a file (or file-like) object. If the
password is not
|
Write private key contents into a file. If the password is not
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Sun Nov 1 22:14:16 2009 | http://epydoc.sourceforge.net |