t.p.s.DigestAuthorizer : class documentation

Part of twisted.protocols.sip View Source View In Hierarchy

Implements interfaces: twisted.protocols.sip.IAuthorizer

Undocumented
Method __init__ Undocumented
Method generateNonce Undocumented
Method generateOpaque Undocumented
Method getChallenge Generate a challenge the client may respond to.
Method decode Create a credentials object from the given response.
def __init__(self): (source)
Undocumented
def generateNonce(self): (source)
Undocumented
def generateOpaque(self): (source)
Undocumented
def getChallenge(self, peer): (source)
Generate a challenge the client may respond to.
ParameterspeerThe client's address (type: tuple )
ReturnsThe challenge string (type: str )
def decode(self, response): (source)
Create a credentials object from the given response.
Parametersresponse (type: str )
API Documentation for Twisted, generated by pydoctor at 2011-10-27 16:27:37.