javaextensions/satsa/pki/src.s60/cstscredentialmanager.h
branchRCL_3
changeset 71 d5e927d5853b
parent 66 2455ef1f5bbc
child 83 26b2b12093af
equal deleted inserted replaced
66:2455ef1f5bbc 71:d5e927d5853b
    29 using namespace java::util;
    29 using namespace java::util;
    30 // CONSTANTS
    30 // CONSTANTS
    31 
    31 
    32 // FORWARD DECLARATIONS
    32 // FORWARD DECLARATIONS
    33 class CCTKeyInfo;
    33 class CCTKeyInfo;
    34 
    34 #ifndef RD_JAVA_S60_RELEASE_10_1_ONWARDS 
       
    35 class MPKIDialog;
       
    36 #endif
    35 class CUnifiedCertStore;
    37 class CUnifiedCertStore;
    36 class CUnifiedKeyStore;
    38 class CUnifiedKeyStore;
    37 class CX500DistinguishedName;
    39 class CX500DistinguishedName;
    38 class CX520AttributeTypeAndValue;
    40 class CX520AttributeTypeAndValue;
    39 class CPKCS10Request;
    41 class CPKCS10Request;
   346     // internal state
   348     // internal state
   347     TState iState;
   349     TState iState;
   348 
   350 
   349     // internal error variable
   351     // internal error variable
   350     TInt iError;
   352     TInt iError;
   351 
   353     
       
   354 #ifndef RD_JAVA_S60_RELEASE_10_1_ONWARDS
       
   355     // PKI Dialog, owned
       
   356     MPKIDialog* iPKIDialog;
       
   357 #endif
   352 
   358 
   353     // The actual store, owned
   359     // The actual store, owned
   354     CUnifiedCertStore* iStore;
   360     CUnifiedCertStore* iStore;
   355 
   361 
   356     // Key store, used for creating keys when needed, owned
   362     // Key store, used for creating keys when needed, owned