Searched defs:certificate (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
H A DPageDialogsHandler.java130 * this dialog was opened from the SSL-certificate-on-error dialog or
203 // if we have a main top-level page SSL certificate set or a certificate
224 // otherwise, display the top-most certificate from
236 * Displays the main top-level page SSL certificate dialog
238 * @param tab The tab to show certificate for.
272 * Displays the SSL error certificate dialog.
336 * Creates an AlertDialog to display the given certificate. If error is
339 * certificate. In this case, error is used to add text describing the
340 * problems with the certificate an
342 createSslCertificateDialog(SslCertificate certificate, SslError error) argument
[all...]
/packages/apps/Settings/src/com/android/settings/
H A DTrustedCredentialsSettings.java235 * Common interface for adapters of both expandable and non-expandable certificate lists.
239 * Remove a certificate from the list.
240 * @param certHolder the certificate to be removed.
433 // Saving the connection for later use on the certificate dialog.
702 X509Certificate certificate = KeyChain.toCertificate(encodedCertificate);
703 certificates.add(certificate);
706 Log.e(TAG, "RemoteException while retrieving certificate chain for root "
710 for (X509Certificate certificate : certificates) {
711 addCertDetails(certificate, views, titles);
715 private void addCertDetails(X509Certificate certificate, fina argument
[all...]

Completed in 39 milliseconds