pkiutilities/CTSecurityDialogs/NotifInc/CTSecurityDialogsAO.h
branchRCL_3
changeset 49 09b1ac925e3f
parent 5 3b17fc5c9564
child 50 03674e5abf46
equal deleted inserted replaced
47:63339781d179 49:09b1ac925e3f
    34 class CCTKeyInfo;
    34 class CCTKeyInfo;
    35 class CX509Certificate;
    35 class CX509Certificate;
    36 class CX500DistinguishedName;
    36 class CX500DistinguishedName;
    37 class MCTWritableCertStore;
    37 class MCTWritableCertStore;
    38 class CAknQueryDialog;
    38 class CAknQueryDialog;
    39 class CCTPinQueryDialog;
    39 //class CCTPinQueryDialog;
    40 
    40 
    41 
    41 
    42 // CLASS DECLARATION
    42 // CLASS DECLARATION
    43 
    43 
    44 /**
    44 /**
   168 
   168 
   169         void ShowNoTrustDialogL();
   169         void ShowNoTrustDialogL();
   170 
   170 
   171         void ShowCSRDialogL();
   171         void ShowCSRDialogL();
   172 
   172 
       
   173         void ShowInformationNoteL( TInt aResourceID ) const;
       
   174 
   173         /**
   175         /**
   174         * Saves digital signature receipt
   176         * Saves digital signature receipt
   175         */
   177         */
   176         void SaveReceiptL(const TDesC8& aBuffer);
   178         void SaveReceiptL(const TDesC8& aBuffer);
   177 
   179 
   321         TSaveCertInput iSaveCertInput;
   323         TSaveCertInput iSaveCertInput;
   322         TValidationError iAuthFailReason;
   324         TValidationError iAuthFailReason;
   323 
   325 
   324         TBool& iDeleted;
   326         TBool& iDeleted;
   325 
   327 
   326         CAknQueryDialog* iQueryDialog;
   328         //CCTPinQueryDialog* iPinQueryDialog;
   327         TBool iQueryDialogDeleted;
   329         //TBool iPinQueryDialogDeleted;
   328 
       
   329         CCTPinQueryDialog* iPinQueryDialog;
       
   330         TBool iPinQueryDialogDeleted;
       
   331         };
   330         };
   332 
   331 
   333 #endif      // CTSECURITYDIALOGSAO_H
   332 #endif      // CTSECURITYDIALOGSAO_H
   334 
   333 
   335 // End of File
   334 // End of File