mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			77 lines
		
	
	
		
			2.6 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			77 lines
		
	
	
		
			2.6 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
/************************************************************************
 | 
						|
 * This file has been generated automatically from                      *
 | 
						|
 *                                                                      *
 | 
						|
 * src/gui/auth/qgsauthcertificateinfo.h                                *
 | 
						|
 *                                                                      *
 | 
						|
 * Do not edit manually ! Edit header and run scripts/sipify.py again   *
 | 
						|
 ************************************************************************/
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
class QgsAuthCertInfo : QWidget
 | 
						|
{
 | 
						|
%Docstring(signature="appended")
 | 
						|
Widget for viewing detailed info on a certificate and its hierarchical trust chain
 | 
						|
%End
 | 
						|
 | 
						|
%TypeHeaderCode
 | 
						|
#include "qgsauthcertificateinfo.h"
 | 
						|
%End
 | 
						|
  public:
 | 
						|
    explicit QgsAuthCertInfo( const QSslCertificate &cert, bool manageCertTrust = false, QWidget *parent /TransferThis/ = 0, const QList<QSslCertificate> &connectionCAs = QList<QSslCertificate>() );
 | 
						|
%Docstring
 | 
						|
Constructor for QgsAuthCertInfo
 | 
						|
%End
 | 
						|
 | 
						|
    bool trustCacheRebuilt();
 | 
						|
 | 
						|
};
 | 
						|
 | 
						|
 | 
						|
class QgsAuthCertInfoDialog : QDialog
 | 
						|
{
 | 
						|
%Docstring(signature="appended")
 | 
						|
Dialog wrapper for widget displaying detailed info on a certificate and its hierarchical trust chain
 | 
						|
%End
 | 
						|
 | 
						|
%TypeHeaderCode
 | 
						|
#include "qgsauthcertificateinfo.h"
 | 
						|
%End
 | 
						|
  public:
 | 
						|
    explicit QgsAuthCertInfoDialog( const QSslCertificate &cert, bool manageCertTrust, QWidget *parent /TransferThis/ = 0, const QList<QSslCertificate> &connectionCAs = QList<QSslCertificate>() );
 | 
						|
%Docstring
 | 
						|
Construct a dialog displaying detailed info on a certificate and its hierarchical trust chain
 | 
						|
 | 
						|
:param cert: Certificate object
 | 
						|
:param manageCertTrust: Whether to show widgets to manage the trust policy of certs in hierarchy
 | 
						|
:param parent: Parent widget
 | 
						|
:param connectionCAs: List of hierarchical certificates in a connection
 | 
						|
%End
 | 
						|
 | 
						|
    QgsAuthCertInfo *certInfoWidget();
 | 
						|
%Docstring
 | 
						|
Gets access to embedded info widget
 | 
						|
%End
 | 
						|
 | 
						|
    bool trustCacheRebuilt();
 | 
						|
%Docstring
 | 
						|
Whether the trust cache has been rebuilt
 | 
						|
 | 
						|
.. note::
 | 
						|
 | 
						|
   This happens when a trust policy has been adjusted for any cert in the hierarchy
 | 
						|
%End
 | 
						|
 | 
						|
};
 | 
						|
 | 
						|
/************************************************************************
 | 
						|
 * This file has been generated automatically from                      *
 | 
						|
 *                                                                      *
 | 
						|
 * src/gui/auth/qgsauthcertificateinfo.h                                *
 | 
						|
 *                                                                      *
 | 
						|
 * Do not edit manually ! Edit header and run scripts/sipify.py again   *
 | 
						|
 ************************************************************************/
 |