HomeSort by relevance Sort by last modified time
    Searched full:certificate (Results 601 - 625 of 1381) sorted by null

<<21222324252627282930>>

  /external/ipsec-tools/src/racoon/
strnames.c 197 { ISAKMP_CERT_PKCS7, "PKCS #7 wrapped X.509 certificate", NULL },
198 { ISAKMP_CERT_PGP, "PGP Certificate", NULL },
200 { ISAKMP_CERT_X509SIGN, "X.509 Certificate Signature", NULL },
201 { ISAKMP_CERT_X509KE, "X.509 Certificate Key Exchange", NULL },
203 { ISAKMP_CERT_CRL, "Certificate Revocation List (CRL)", NULL },
205 { ISAKMP_CERT_SPKI, "SPKI Certificate", NULL },
206 { ISAKMP_CERT_X509ATTR, "X.509 Certificate Attribute", NULL },
264 { ISAKMP_NTYPE_INVALID_CERTIFICATE, "INVALID-CERTIFICATE", NULL },
272 { ISAKMP_NTYPE_CERTIFICATE_UNAVAILABLE, "CERTIFICATE-UNAVAILABLE", NULL },
  /external/libvncserver/libvncclient/
tls_gnutls.c 291 rfbClientLog("No CA certificate provided.\n");
313 rfbClientLog("Cannot load client certificate or key: %s.\n", gnutls_strerror(ret));
319 rfbClientLog("No client certificate or key provided.\n");
451 /* TODO: validate certificate */
  /external/okhttp/okhttp-android-support/src/main/java/com/squareup/okhttp/internal/huc/
JavaApiConverter.java 41 import java.security.cert.Certificate;
118 Certificate[] peerCertificates;
125 Certificate[] localCertificates = httpsUrlConnection.getLocalCertificates();
242 List<Certificate> peerCertificates;
248 List<Certificate> localCertificates = javaSecureCacheResponse.getLocalCertificateChain();
301 public List<Certificate> getLocalCertificateChain() {
304 List<Certificate> certificates = handshake.localCertificates();
309 public List<Certificate> getServerCertificateChain() throws SSLPeerUnverifiedException {
312 List<Certificate> certificates = handshake.peerCertificates();
  /external/vogar/src/vogar/
JavaVm.java 77 * creating a self-signed X509 certificate. Needs to be run
  /frameworks/base/core/java/android/net/
SSLCertificateSocketFactory.java 50 * <li>Optionally bypass all SSL certificate checks
60 * This implementation does check the server's certificate hostname, but only
67 * {@link HostnameVerifier} to verify the certificate hostname.
70 * SSL certificate and hostname checks for testing purposes. This setting
173 * Verify the hostname of the certificate used by the other end of a
179 * so "foo.bar.example.com" is verified if the peer has a certificate
432 * <p>This method verifies the peer's certificate hostname after connecting
505 * <p>This method verifies the peer's certificate hostname after connecting
526 * <p>This method verifies the peer's certificate hostname after connecting
  /frameworks/base/docs/html/tools/building/
index.jd 34 when build your app for debugging. You must obtain a certificate to sign your app when you build
  /frameworks/base/tests/CoreTests/android/core/
TestEventHandler.java 445 * Implements the EventHandler certificate method called every
448 public void certificate(SslCertificate certificate) {} method in class:TestEventHandler
496 * SSL certificate error callback. Handles SSL error(s) on the way
505 " certificate: " + error.getCertificate());
510 expectDetails.append("SSL Certificate error event received "+
527 if (expectSslErrors == -1) // && expectSslCertificate == certificate?
730 public void expectSSLCertificateError(SslCertificate certificate) {
732 expectCertificate = certificate;
  /libcore/
CaCerts.mk 17 # Definitions for installing Certificate Authority (CA) certificates
  /libcore/luni/src/main/files/cacerts/
00673b5b.0 1 -----BEGIN CERTIFICATE-----
25 -----END CERTIFICATE-----
26 Certificate:
64 Certificate Sign, CRL Sign
052e396b.0 1 -----BEGIN CERTIFICATE-----
25 -----END CERTIFICATE-----
26 Certificate:
63 Certificate Sign, CRL Sign
0d5a4e1c.0 1 -----BEGIN CERTIFICATE-----
25 -----END CERTIFICATE-----
26 Certificate:
63 Certificate Sign, CRL Sign
111e6273.0 1 -----BEGIN CERTIFICATE-----
22 -----END CERTIFICATE-----
23 Certificate:
59 Certificate Sign, CRL Sign
12d55845.0 1 -----BEGIN CERTIFICATE-----
20 -----END CERTIFICATE-----
21 Certificate:
59 Certificate Sign, CRL Sign
1676090a.0 1 -----BEGIN CERTIFICATE-----
24 -----END CERTIFICATE-----
25 Certificate:
65 Certificate Sign, CRL Sign
17b51fe6.0 1 -----BEGIN CERTIFICATE-----
22 -----END CERTIFICATE-----
23 Certificate:
61 Certificate Sign, CRL Sign
1df5a75f.0 1 -----BEGIN CERTIFICATE-----
25 -----END CERTIFICATE-----
26 Certificate:
65 Certificate Sign, CRL Sign
1e1eab7c.0 1 -----BEGIN CERTIFICATE-----
23 -----END CERTIFICATE-----
24 Certificate:
61 Certificate Sign, CRL Sign
1e8e7201.0 1 -----BEGIN CERTIFICATE-----
21 -----END CERTIFICATE-----
22 Certificate:
58 Certificate Sign, CRL Sign
343eb6cb.0 1 -----BEGIN CERTIFICATE-----
22 -----END CERTIFICATE-----
23 Certificate:
59 Certificate Sign, CRL Sign
399e7759.0 1 -----BEGIN CERTIFICATE-----
22 -----END CERTIFICATE-----
23 Certificate:
59 Digital Signature, Certificate Sign, CRL Sign
3a3b02ce.0 1 -----BEGIN CERTIFICATE-----
24 -----END CERTIFICATE-----
25 Certificate:
61 Digital Signature, Certificate Sign, CRL Sign
3ad48a91.0 1 -----BEGIN CERTIFICATE-----
21 -----END CERTIFICATE-----
22 Certificate:
61 Certificate Sign, CRL Sign
3c58f906.0 1 -----BEGIN CERTIFICATE-----
25 -----END CERTIFICATE-----
26 Certificate:
63 Certificate Sign, CRL Sign
3e7271e8.0 1 -----BEGIN CERTIFICATE-----
25 -----END CERTIFICATE-----
26 Certificate:
61 Certificate Sign, CRL Sign
40dc992e.0 1 -----BEGIN CERTIFICATE-----
25 -----END CERTIFICATE-----
26 Certificate:
63 Certificate Sign, CRL Sign

Completed in 87 milliseconds

<<21222324252627282930>>