Class t.c.s.t.SSHCiphers:

Part of twisted.conch.ssh.transport View Source View In Hierarchy

Undocumented
Method __init__ Undocumented
Method setKeys Undocumented
Method _getCipher Undocumented
Method _getMAC Undocumented
Method encrypt Undocumented
Method decrypt Undocumented
Method makeMAC Undocumented
Method verify Undocumented
def __init__(self, outCip, inCip, outMac, inMac): (source)
Undocumented
def setKeys(self, outIV, outKey, inIV, inKey, outInteg, inInteg): (source)
Undocumented
def _getCipher(self, cip, iv, key): (source)
Undocumented
def _getMAC(self, mac, key): (source)
Undocumented
def encrypt(self, blocks): (source)
Undocumented
def decrypt(self, blocks): (source)
Undocumented
def makeMAC(self, seqid, data): (source)
Undocumented
def verify(self, seqid, data, mac): (source)
Undocumented
API Documentation for twisted, generated by pydoctor.