INTEGRATION: CWS xmlsec13 (1.9.28); FILE MERGED

2005/10/31 13:27:04 jl 1.9.28.3: RESYNC: (1.9-1.10); FILE MERGED
2005/10/26 12:47:51 pb 1.9.28.2: fix: #i54495# new status: certificate could not validated
2005/10/25 08:19:17 jl 1.9.28.1: #54495# #54047# extra verification of certificates, better errorhandling
This commit is contained in:
Rüdiger Timm
2005-11-11 08:17:11 +00:00
parent c8c5951dd7
commit 8beb216f8e

View File

@@ -4,9 +4,9 @@
*
* $RCSfile: certificateviewer.hxx,v $
*
* $Revision: 1.10 $
* $Revision: 1.11 $
*
* last change: $Author: rt $ $Date: 2005-09-09 17:06:30 $
* last change: $Author: rt $ $Date: 2005-11-11 09:17:11 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -150,11 +150,16 @@ private:
CertificateViewer* mpParent;
bool mbFirstActivateDone;
Image maCertImage;
Image maCertNotValidatedImage;
String msCertOK;
String msCertNotValidated;
DECL_LINK( ViewCertHdl, void* );
DECL_LINK( CertSelectHdl, void* );
void Clear( void );
SvLBoxEntry* InsertCert( SvLBoxEntry* _pParent, const String& _rName, cssu::Reference< dcss::security::XCertificate > rxCert );
SvLBoxEntry* InsertCert( SvLBoxEntry* _pParent, const String& _rName,
cssu::Reference< dcss::security::XCertificate > rxCert,
bool bValid);
public:
CertificateViewerCertPathTP( Window* pParent, CertificateViewer* _pDlg );