pkiutilities/CertmanUi/INC/CertmanuiKeeper.h
branchRCL_3
changeset 50 03674e5abf46
parent 49 09b1ac925e3f
equal deleted inserted replaced
49:09b1ac925e3f 50:03674e5abf46
     1 /*
     1 /*
     2 * Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2003-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
   193         * ETrue = startup
   193         * ETrue = startup
   194         * EFalse = not startup
   194         * EFalse = not startup
   195         */
   195         */
   196         TBool   iStartup;
   196         TBool   iStartup;
   197 
   197 
   198          /**
   198         /**
   199         * Certificate helper class
   199         * Certificate helper class
   200         */
   200         */
   201         CCertManUICertificateHelper*    iCertificateHelper;
   201         CCertManUICertificateHelper*    iCertificateHelper;
       
   202 
       
   203         /**
       
   204         * Index for the current CA cert for changing trust settings
       
   205         */
       
   206         TInt iCurrentCACertForTrustSettings;
   202 
   207 
   203     private: // functions
   208     private: // functions
   204 
   209 
   205         /**
   210         /**
   206         * EPOC default constructor.
   211         * EPOC default constructor.