javaextensions/satsa/pki/src.s60/cstssignatureservice.h
branchRCL_3
changeset 83 26b2b12093af
parent 60 6c158198356e
equal deleted inserted replaced
77:7cee158cb8cd 83:26b2b12093af
    17 
    17 
    18 
    18 
    19 #ifndef CSTSSIGNATURESERVICE_H
    19 #ifndef CSTSSIGNATURESERVICE_H
    20 #define CSTSSIGNATURESERVICE_H
    20 #define CSTSSIGNATURESERVICE_H
    21 
    21 
    22 
    22 //  INCLUDES
    23 
       
    24 #include <e32base.h>
    23 #include <e32base.h>
    25 #include <badesca.h>
    24 #include <badesca.h>
    26 #include <mctkeystore.h>
    25 #include <mctkeystore.h>
    27 #include "functionserver.h"
    26 #include "functionserver.h"
    28 
    27 
       
    28 // CONSTANTS
       
    29 
       
    30 
       
    31 
    29 // FORWARD DECLARATIONS
    32 // FORWARD DECLARATIONS
    30 class MSecurityDialog;
    33 class MSecurityDialog;
    31 #ifndef RD_JAVA_S60_RELEASE_10_1_ONWARDS 
       
    32 class MPKIDialog;
    34 class MPKIDialog;
    33 #endif
       
    34 class CUnifiedCertStore;
    35 class CUnifiedCertStore;
    35 class CUnifiedKeyStore;
    36 class CUnifiedKeyStore;
    36 class CCTCertInfo;
    37 class CCTCertInfo;
    37 class CCertAttributeFilter;
    38 class CCertAttributeFilter;
    38 class CCTKeyInfo;
    39 class CCTKeyInfo;
   263     TAuthDialogType iAuthType;
   264     TAuthDialogType iAuthType;
   264 
   265 
   265     // security dialog, owned
   266     // security dialog, owned
   266     MSecurityDialog* iDialog;
   267     MSecurityDialog* iDialog;
   267 
   268 
   268 #ifndef RD_JAVA_S60_RELEASE_10_1_ONWARDS
       
   269     // PKI Dialog, owned
   269     // PKI Dialog, owned
   270     MPKIDialog* iPKIDialog;
   270     MPKIDialog* iPKIDialog;
   271 #endif	
       
   272 
   271 
   273     // certificate store, owned
   272     // certificate store, owned
   274     CUnifiedCertStore* iCertStore;
   273     CUnifiedCertStore* iCertStore;
   275 
   274 
   276     // key store, owned
   275     // key store, owned