HomeSort by relevance Sort by last modified time
    Searched defs:certificate (Results 51 - 66 of 66) sorted by null

1 23

  /frameworks/base/core/java/android/webkit/
LoadListener.java 265 * certificate.
516 * Implementation of certificate handler for EventHandler. Called
523 * @param certificate The SSL certifcate or null if the request
526 public void certificate(SslCertificate certificate) { method in class:LoadListener
528 Log.v(LOGTAG, "LoadListener.certificate: " + certificate);
530 sendMessageInternal(obtainMessage(MSG_SSL_CERTIFICATE, certificate));
533 // Handle the certificate on the WebCore thread.
534 private void handleCertificate(SslCertificate certificate) {
    [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp 968 * Returns an array containing all the X509 certificate's bytes.
1484 X509* certificate = SSL_get_certificate(ssl); local
2387 X509* certificate = SSL_get_certificate(ssl); local
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
NativeCryptoTest.java 27 import java.security.cert.Certificate;
111 X509Certificate certificate = (X509Certificate) ks.getCertificate(caCertAlias); local
112 X500Principal principal = certificate.getIssuerX500Principal();
229 // neither private or certificate set
244 // first certificate, then private
263 // first private, then certificate
678 // optional client certificate case
734 // required client certificate negative case
    [all...]
  /external/apache-harmony/security/src/test/impl/java.injected/java/security/cert/
X509CertSelectorTest.java 420 // Certificate Policies Extension (as specified in rfc 3280)
449 * setCertificate(X509Certificate certificate) method testing.
454 TestCert cert_1 = new TestCert("same certificate");
455 TestCert cert_2 = new TestCert("other certificate");
463 assertTrue("The certificate should match the selection criteria.",
465 assertFalse("The certificate should not match the selection criteria.",
468 assertTrue("The certificate should match the selection criteria.",
478 TestCert cert_1 = new TestCert("same certificate");
479 TestCert cert_2 = new TestCert("other certificate");
484 assertEquals("The returned certificate should be equal to specified"
1806 TestCert certificate = new TestCert(alt_names_extension); local
1958 TestCert certificate = new TestCert(alt_names_extension); local
2036 TestCert certificate = new TestCert(alt_names_extension); local
2145 org.apache.harmony.security.x509.Certificate certificate = local
    [all...]
  /external/webkit/Source/WebKit/android/jni/
WebCoreFrameBridge.cpp 2234 net::X509Certificate* certificate local
    [all...]
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/4/
android.jar 

Completed in 1319 milliseconds

1 23