javaextensions/satsa/pki/src.s60/cstssignatureservice.h
changeset 50 023eef975703
parent 21 2a9601315dfc
child 56 abc41079b313
equal deleted inserted replaced
49:35baca0e7a2e 50:023eef975703
    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 #include "javaosheaders.h"
       
    24 #include <vector>
       
    25 
    23 #include <e32base.h>
    26 #include <e32base.h>
    24 #include <badesca.h>
    27 #include <badesca.h>
    25 #include <mctkeystore.h>
    28 #include <mctkeystore.h>
    26 #include "functionserver.h"
    29 #include "functionserver.h"
    27 
    30 
    28 // CONSTANTS
       
    29 
       
    30 
       
    31 
       
    32 // FORWARD DECLARATIONS
    31 // FORWARD DECLARATIONS
    33 class MSecurityDialog;
    32 class MSecurityDialog;
    34 class MPKIDialog;
       
    35 class CUnifiedCertStore;
    33 class CUnifiedCertStore;
    36 class CUnifiedKeyStore;
    34 class CUnifiedKeyStore;
    37 class CCTCertInfo;
    35 class CCTCertInfo;
    38 class CCertAttributeFilter;
    36 class CCertAttributeFilter;
    39 class CCTKeyInfo;
    37 class CCTKeyInfo;
   264     TAuthDialogType iAuthType;
   262     TAuthDialogType iAuthType;
   265 
   263 
   266     // security dialog, owned
   264     // security dialog, owned
   267     MSecurityDialog* iDialog;
   265     MSecurityDialog* iDialog;
   268 
   266 
   269     // PKI Dialog, owned
       
   270     MPKIDialog* iPKIDialog;
       
   271 
       
   272     // certificate store, owned
   267     // certificate store, owned
   273     CUnifiedCertStore* iCertStore;
   268     CUnifiedCertStore* iCertStore;
   274 
   269 
   275     // key store, owned
   270     // key store, owned
   276     CUnifiedKeyStore* iKeyStore;
   271     CUnifiedKeyStore* iKeyStore;