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