class DigestedCredentials: (source)
Implements interfaces: twisted.cred.credentials.IUsernameHashedPassword, twisted.web.iweb.IUsernameDigestHash
| Method | __init__ |
Undocumented |
| Method | checkHash |
Verify that the credentials represented by this object agree with the credentials represented by the H(A1) given in digestHash. |
| Method | checkPassword |
No summary |
| Instance Variable | fields |
Undocumented |
| Instance Variable | method |
Undocumented |
| Instance Variable | realm |
Undocumented |
| Instance Variable | username |
Undocumented |
| Parameters | |
| digestHash | A precomputed H(A1) value based on the username, realm, and password associate with this credentials object. |