Searched refs:challenge (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/obex/javax/obex/
H A DObexSession.java55 * Called when the server received an authentication challenge header. This
56 * will cause the authenticator to handle the authentication challenge.
57 * @param header the header with the authentication challenge
68 * An authentication challenge is made up of one required and two
70 * the authentication challenge and it represents the challenge digest
76 byte[] challenge = ObexHelper.getTagValue((byte)0x00, header.mAuthChall);
150 * will be sent. The second optional tag is 0x02 and is the challenge
163 byte[] digest = new byte[challenge.length + password.length + 1];
164 System.arraycopy(challenge,
[all...]
/frameworks/base/core/java/android/webkit/
H A DCertTool.java51 static String getSignedPublicKey(Context context, int index, String challenge) { argument
57 NetscapeCertRequest request = new NetscapeCertRequest(challenge,
H A DJWebCoreJavaBridge.java260 synchronized private String getSignedPublicKey(int index, String challenge, argument
267 current.getContext(), index, challenge);
/frameworks/base/core/tests/coretests/src/android/net/http/
H A DDefaultHttpClientTest.java126 String challenge = "Digest realm=\"protected area\", "
130 digestScheme.processChallenge(new BasicHeader("WWW-Authenticate", challenge));

Completed in 89 milliseconds