HomeSort by relevance Sort by last modified time
    Searched defs:Authentication (Results 1 - 3 of 3) sorted by null

  /external/smack/src/org/jivesoftware/smack/packet/
Authentication.java 26 * Authentication packet, which can be used to login to a XMPP server as well
29 public class Authentication extends IQ {
37 * Create a new authentication packet. By default, the packet will be in
38 * "set" mode in order to perform an actual authentication with the server.
39 * In order to send a "get" request to get the available authentication
44 public Authentication() {
88 * authentication compared to plain text. The digest is the hex-encoded
90 * digest and password are set, digest authentication will be used. If
91 * only one value is set, the respective authentication mode will be used.
101 * digests offer a more secure alternative for authentication compared t
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py 251 if headername == 'authentication-info':
408 # Then we also need a list of URIs that have already demanded authentication
414 class Authentication(object):
448 class BasicAuthentication(Authentication):
450 Authentication.__init__(self, credentials, host, request_uri, headers, response, content, http)
458 class DigestAuthentication(Authentication):
462 Authentication.__init__(self, credentials, host, request_uri, headers, response, content, http)
500 if not response.has_key('authentication-info'):
507 updated_challenge = _parse_www_authenticate(response, 'authentication-info').get('digest', {})
515 class HmacDigestAuthentication(Authentication)
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 44 milliseconds