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

  /external/okhttp/src/test/java/com/squareup/okhttp/internal/
RecordingAuthenticator.java 28 public final PasswordAuthentication authentication; field in class:RecordingAuthenticator
30 public RecordingAuthenticator(PasswordAuthentication authentication) {
31 this.authentication = authentication;
56 return authentication;
  /external/kernel-headers/original/linux/
net.h 174 short authentication; member in struct:net_proto_family
  /external/smack/src/org/jivesoftware/smack/util/
PacketParserUtils.java 33 import org.jivesoftware.smack.packet.Authentication;
383 private static Authentication parseAuthentication(XmlPullParser parser) throws Exception {
384 Authentication authentication = new Authentication(); local
390 authentication.setUsername(parser.nextText());
393 authentication.setPassword(parser.nextText());
396 authentication.setDigest(parser.nextText());
399 authentication.setResource(parser.nextText());
408 return authentication;
    [all...]
  /system/bluetooth/bluez-clean-headers/bluetooth/
hci.h 517 uint8_t authentication; member in struct:__anon43566
2112 uint8_t authentication; member in struct:__anon43755
    [all...]
  /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 498 milliseconds