twisted.words.protocols.jabber.sasl_mechanisms.DigestMD5._calculateResponse(self, cnonce, nc, nonce, username, password, realm, uri) method documentationtwisted.words.protocols.jabber.sasl_mechanisms.DigestMD5
          View Source
          
        
      Calculates response with given encoded parameters.
| Returns | The response field of a response to a Digest-MD5 challenge of the given parameters. (type: bytes) | |