Part of twisted.cred.credentials View Source View In Hierarchy
Implements interfaces: twisted.cred.credentials.IUsernameDigestHash, twisted.cred.credentials.IUsernameHashedPassword
Method | __init__ | Undocumented |
Method | checkPassword | Verify that the credentials represented by this object agree with the |
Method | checkHash | Verify that the credentials represented by this object agree with the |
password
by hashing password
in
the same way the response hash represented by this object was generated and
comparing the results.digestHash
.Parameters | digestHash | A precomputed H(A1) value based on the username, realm, and password associate with this credentials object. |