HomeSort by relevance Sort by last modified time
    Searched refs:mCertificate (Results 1 - 9 of 9) sorted by null

  /cts/tests/tests/net/src/android/net/http/cts/
SslErrorTest.java 28 private SslCertificate mCertificate;
33 mCertificate = new SslCertificate("foo", "bar", new Date(42), new Date(43));
37 SslError error = new SslError(SslError.SSL_EXPIRED, mCertificate);
43 SslError error = new SslError(SslError.SSL_EXPIRED, mCertificate);
50 SslError error = new SslError(SslError.SSL_EXPIRED, mCertificate);
56 SslError error = new SslError(42, mCertificate);
61 SslError error = new SslError(SslError.SSL_EXPIRED, mCertificate);
67 SslError error = new SslError(42, mCertificate);
72 SslError error = new SslError(SslError.SSL_EXPIRED, mCertificate, "foo");
77 SslError error = new SslError(SslError.SSL_EXPIRED, mCertificate);
    [all...]
  /frameworks/base/core/java/android/net/http/
SslError.java 75 final SslCertificate mCertificate;
117 mCertificate = certificate;
159 return mCertificate;
HttpConnection.java 53 mCertificate = null;
54 eventHandler.certificate(mCertificate);
Connection.java 67 protected SslCertificate mCertificate = null;
140 return mCertificate;
229 req.mEventHandler.certificate(mCertificate);
357 mCertificate = null;
HttpsConnection.java 153 mCertificate = certificate;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
ExportWizard.java 168 private X509Certificate mCertificate;
274 mCertificate = (X509Certificate)entry.getCertificate();
292 if (mPrivateKey != null && mCertificate != null) {
306 mPrivateKey, mCertificate, monitor);
339 return ((mPrivateKey != null && mCertificate != null)
401 mCertificate = null;
423 mCertificate = null;
452 mCertificate = null;
464 mCertificate = null;
492 return FingerprintUtils.getFingerprint(mCertificate, "SHA1")
    [all...]
KeyCheckPage.java 74 private X509Certificate mCertificate;
175 mCertificate = null;
202 mCertificate = (X509Certificate)entry.getCertificate();
224 if (mPrivateKey != null && mCertificate != null) {
226 expirationCalendar.setTime(mCertificate.getNotAfter());
232 mCertificate.getNotAfter().toString());
241 mWizard.setSigningInfo(mPrivateKey, mCertificate);
245 mCertificate.getNotAfter().toString()));
  /frameworks/base/core/java/android/webkit/
WebViewClassic.java 755 private SslCertificate mCertificate;
    [all...]
  /prebuilts/devtools/tools/lib/
sdklib.jar 

Completed in 253 milliseconds