Module t.w.a.digest

Part of twisted.web2.auth View Source

Implementation of RFC2617: HTTP Digest Authentication

http://www.faqs.org/rfcs/rfc2617.html
Function calcHA1 Undocumented
Function calcResponse Undocumented
Class DigestedCredentials Yet Another Simple HTTP Digest authentication scheme
Class DigestCredentialFactory No class docstring; 3/5 methods documented
def calcHA1(pszAlg, pszUserName, pszRealm, pszPassword, pszNonce, pszCNonce): (source)
Undocumented
def calcResponse(HA1, algo, pszNonce, pszNonceCount, pszCNonce, pszQop, pszMethod, pszDigestUri, pszHEntity): (source)
Undocumented
API Documentation for twisted, generated by pydoctor.