pkiutilities/CertSaver/inc/CertSaverModel.h
changeset 30 cc1cea6aabaf
parent 0 164170e6151a
child 33 3aa774c655ac
equal deleted inserted replaced
26:aad866c37519 30:cc1cea6aabaf
   308         * @param aOutput Descriptor where result is appended
   308         * @param aOutput Descriptor where result is appended
   309         * @return void
   309         * @return void
   310         */
   310         */
   311         void DivideToBlocks( const TDesC8& aInput, TDes& aOutput ) const;
   311         void DivideToBlocks( const TDesC8& aInput, TDes& aOutput ) const;
   312 
   312 
   313         TBool DoMessageQueryL(
   313 /*
   314             TInt aDialogResId,
   314         TBool DoMessageQueryL( 
       
   315             TInt aDialogResId, 
   315             TInt aHeadingResId,
   316             TInt aHeadingResId,
   316             TDesC& aMessage );
   317             TDesC& aMessage ); 
       
   318 */
   317 
   319 
   318     private: //data
   320     private: //data
   319         TCertificateOwnerType     iCertOwnerType;
   321         TCertificateOwnerType     iCertOwnerType;
   320         TCertificateFormat        iCertFormat;
   322         TCertificateFormat        iCertFormat;
   321         const CCertSaverDocument* iDocument;
   323         const CCertSaverDocument* iDocument;
   334         TInt  iSavedCACertsCount;
   336         TInt  iSavedCACertsCount;
   335         TInt  iSavedKeysCount;
   337         TInt  iSavedKeysCount;
   336         TInt  iSavedUserCertsCount;
   338         TInt  iSavedUserCertsCount;
   337         TInt  iSelectedKeyStore;
   339         TInt  iSelectedKeyStore;
   338         TBool iKeyAlreadyExists;
   340         TBool iKeyAlreadyExists;
       
   341 
       
   342         CEikonEnv*        iEikEnv;
   339     };
   343     };
   340 
   344 
   341 #endif
   345 #endif
   342 
   346 
   343 // End of File
   347 // End of File