Lines Matching full:certificate
251 * Common interface for adapters of both expandable and non-expandable certificate lists.
255 * Remove a certificate from the list.
256 * @param certHolder the certificate to be removed.
446 // Saving the connection for later use on the certificate dialog.
726 X509Certificate certificate = KeyChain.toCertificate(encodedCertificate);
727 certificates.add(certificate);
730 Log.e(TAG, "RemoteException while retrieving certificate chain for root "
734 for (X509Certificate certificate : certificates) {
735 addCertDetails(certificate, views, titles);
739 private void addCertDetails(X509Certificate certificate, final ArrayList<View> views,
741 SslCertificate sslCert = new SslCertificate(certificate);