HomeSort by relevance Sort by last modified time
    Searched refs:mCertificate (Results 1 - 6 of 6) 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...]
  /external/apache-http/android/src/android/net/http/
DelegatingSSLSession.java 38 private final Certificate mCertificate;
41 mCertificate = certificate;
46 return new Certificate[] { mCertificate };
HttpConnection.java 49 mCertificate = null;
50 eventHandler.certificate(mCertificate);
Connection.java 63 protected SslCertificate mCertificate = null;
136 return mCertificate;
225 req.mEventHandler.certificate(mCertificate);
353 mCertificate = null;
HttpsConnection.java 152 mCertificate = certificate;
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
SecureBootConfigImpl.c 77 WIN_CERTIFICATE *mCertificate = NULL;
    [all...]

Completed in 348 milliseconds