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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
ApnSetting.java 38 public final int authType;
60 String user, String password, int authType, String[] types,
73 this.authType = authType;
91 * <mmsport>, <user>, <password>, <authtype>, <mcc>,<mnc>,
96 * <mmsport>, <user>, <password>, <authtype>, <mcc>, <mnc>,
119 int authType;
121 authType = Integer.parseInt(a[12]);
123 authType = 0;
153 a[9],a[4],a[5],authType,typeArray,protocol,roamingProtocol,carrierEnabled,bearer)
    [all...]
DataConnection.java 440 int authType = mApnSetting.authType;
441 if (authType == -1) {
442 authType = TextUtils.isEmpty(mApnSetting.user) ? RILConstants.SETUP_DATA_AUTH_NONE
457 Integer.toString(authType),
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiApConfigStore.java 154 int authType = in.readInt();
155 config.allowedKeyManagement.set(authType);
156 if (authType != KeyMgmt.NONE) {
183 int authType = config.getAuthType();
184 out.writeInt(authType);
185 if(authType != KeyMgmt.NONE) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.ssl_1.0.0.v20100529-0735.jar 
org.eclipse.ecf.provider.filetransfer.httpclient_4.0.0.v20100529-0735.jar 
org.eclipse.help.base_3.5.2.v201011171123.jar 
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /libcore/crypto/src/main/java/org/conscrypt/
ServerHandshakeImpl.java 144 String authType = clientCert.getAuthType();
147 clientCert.certs, authType);
170 String authType = clientCert.getAuthType();
171 DigitalSignature ds = new DigitalSignature(authType);
176 if ("RSA".equals(authType)) {
179 } else if ("DSA".equals(authType)) {
182 // } else if ("DH".equals(authType)) {
503 DigitalSignature ds = new DigitalSignature(cipher_suite.authType);
ClientHandshakeImpl.java 516 String authType = clientKey.getAlgorithm();
517 DigitalSignature ds = new DigitalSignature(authType);
520 if ("RSA".equals(authType)) {
523 } else if ("DSA".equals(authType)) {
526 // } else if ("DH".equals(authType)) {
539 String authType = session.cipherSuite.getAuthType(serverKeyExchange != null);
540 if (authType == null) {
554 tm.checkServerTrusted(serverCert.certs, authType, hostname);
556 x509tm.checkServerTrusted(serverCert.certs, authType);
CipherSuite.java 46 final String authType;
    [all...]
OpenSSLSocketImpl.java 616 String authType = peerCertificateChain[0].getPublicKey().getAlgorithm();
618 authType);
    [all...]
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
HandshakeCompletedEventTest.java 563 private String authType;
565 public void checkClientTrusted(X509Certificate[] chain, String authType) {
567 this.authType = authType;
570 public void checkServerTrusted(X509Certificate[] chain, String authType) {
572 this.authType = authType;
584 return authType;
588 java.security.cert.X509Certificate[] chain, String authType)
594 java.security.cert.X509Certificate[] chain, String authType)
    [all...]
  /external/chromium_org/net/third_party/nss/ssl/
sslcon.c     [all...]
sslimpl.h     [all...]
  /frameworks/base/tests/CoreTests/android/core/
SSLSocketTest.java 589 private String authType;
591 public void checkClientTrusted(X509Certificate[] chain, String authType) {
593 this.authType = authType;
596 public void checkServerTrusted(X509Certificate[] chain, String authType) {
598 this.authType = authType;
610 return authType;
    [all...]
  /external/smack/asmack-master/lib/
httpclient-4.1.3.jar 
  /prebuilts/devtools/tools/lib/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 350 milliseconds