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

  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
OkAuthenticator.java 31 * Returns a credential that satisfies the authentication challenge made by
32 * {@code url}. Returns null if the challenge cannot be satisfied. This method
36 * @param challenges parsed "WWW-Authenticate" challenge headers from the HTTP
39 Credential authenticate(Proxy proxy, URL url, List<Challenge> challenges) throws IOException;
42 * Returns a credential that satisfies the authentication challenge made by
43 * {@code proxy}. Returns null if the challenge cannot be satisfied. This
47 * @param challenges parsed "Proxy-Authenticate" challenge headers from the
50 Credential authenticateProxy(Proxy proxy, URL url, List<Challenge> challenges) throws IOException;
52 /** An RFC 2617 challenge. */
53 public final class Challenge {
    [all...]
  /external/smack/src/org/jivesoftware/smack/sasl/
SASLMechanism.java 52 * <li>{@link #challengeReceived(String)} -- Handle a challenge from the server.</li>
131 * response to the server's challenge.
133 * @param challenge a base64 encoded string representing the challenge.
136 public void challengeReceived(String challenge) throws IOException {
138 if(challenge != null) {
139 response = sc.evaluateChallenge(StringUtils.decodeBase64(challenge));
220 * A SASL challenge stanza.
222 public static class Challenge extends Packet {
225 public Challenge(String data) {
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
Challenge.java 34 * Challenge part of the Auth header. This is only used by the parser interface
41 public class Challenge extends SIPObject {
72 public Challenge() {
78 * Encode the challenge in canonical form.
252 Challenge retval = (Challenge) super.clone();
  /external/ppp/pppd/plugins/
winbind.c 100 unsigned char *challenge,
254 const u_char *challenge,
361 sprintf(challenge_hex + i * 2, "%02X", challenge[i]);
363 fprintf(pipe_in, "LANMAN-Challenge: %s\n", challenge_hex);
519 unsigned char *challenge,
531 challenge_len = *challenge++;
587 challenge,
595 mppe_set_keys(challenge, session_key);
605 challenge_len, challenge);
614 u_char Challenge[8]
    [all...]
  /external/ppp/pppd/
chap_ms.c 154 { "mschap-challenge", o_string, &mschap_challenge,
155 "specify CHAP challenge" },
156 { "mschap2-peer-challenge", o_string, &mschap2_peer_challenge,
157 "specify CHAP peer challenge" },
163 * chapms_generate_challenge - generate a challenge for MS-CHAP.
164 * For MS-CHAP the challenge length is fixed at 8 bytes.
165 * The length goes in challenge[0] and the actual challenge starts
166 * at challenge[1].
169 chapms_generate_challenge(unsigned char *challenge)
    [all...]
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 1484 milliseconds