t.c.c.k._BaseEntry(object) : class documentation

Part of twisted.conch.client.knownhosts View Source View In Hierarchy

Known subclasses: twisted.conch.client.knownhosts.HashedEntry, twisted.conch.client.knownhosts.PlainEntry

Abstract base of both hashed and non-hashed entry objects, since they represent keys and key types the same way.
Instance VariableskeyTypeThe type of the key; either ssh-dss or ssh-rsa. (type: str )
publicKeyThe server public key indicated by this line. (type: twisted.conch.ssh.keys.Key )
commentTrailing garbage after the key line. (type: str )
Method __init__ Undocumented
Method matchesKey Check to see if this entry matches a given key object.
def __init__(self, keyType, publicKey, comment): (source)
Undocumented
def matchesKey(self, keyObject): (source)
Check to see if this entry matches a given key object.
ParameterskeyObject (type: Key )
Returns (type: bool )
API Documentation for Twisted, generated by pydoctor at 2011-10-27 16:27:37.