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

  /frameworks/base/core/java/android/net/http/
SslError.java 62 SslCertificate mCertificate;
71 mCertificate = certificate;
81 mCertificate = new SslCertificate(certificate);
88 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/
KeyCheckPage.java 69 private X509Certificate mCertificate;
176 mCertificate = null;
207 mCertificate = (X509Certificate)entry.getCertificate();
229 if (mPrivateKey != null && mCertificate != null) {
231 expirationCalendar.setTime(mCertificate.getNotAfter());
237 mCertificate.getNotAfter().toString());
246 mWizard.setSigningInfo(mPrivateKey, mCertificate);
250 mCertificate.getNotAfter().toString()));
ExportWizard.java 172 private X509Certificate mCertificate;
282 mCertificate = (X509Certificate)entry.getCertificate();
292 if (mPrivateKey != null && mCertificate != null) {
322 SignedJarBuilder builder = new SignedJarBuilder(fos, mPrivateKey, mCertificate);
379 ((mPrivateKey != null && mCertificate != null)
439 mCertificate = null;
461 mCertificate = null;
490 mCertificate = null;
502 mCertificate = null;
531 mCertificate = certificate
    [all...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/build/
SignedJarBuilder.java 93 private X509Certificate mCertificate;
157 mCertificate = certificate;
159 if (mKey != null && mCertificate != null) {
260 writeSignatureBlock(signature, mCertificate, mKey);
  /frameworks/base/core/java/android/webkit/
WebView.java 391 private SslCertificate mCertificate;
    [all...]

Completed in 913 milliseconds