javaextensions/satsa/pki/src.s60/cstscredentialmanager.h
branchRCL_3
changeset 83 26b2b12093af
parent 71 d5e927d5853b
equal deleted inserted replaced
77:7cee158cb8cd 83:26b2b12093af
    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 #ifndef RD_JAVA_S60_RELEASE_10_1_ONWARDS 
       
    35 class MPKIDialog;
    34 class MPKIDialog;
    36 #endif
       
    37 class CUnifiedCertStore;
    35 class CUnifiedCertStore;
    38 class CUnifiedKeyStore;
    36 class CUnifiedKeyStore;
    39 class CX500DistinguishedName;
    37 class CX500DistinguishedName;
    40 class CX520AttributeTypeAndValue;
    38 class CX520AttributeTypeAndValue;
    41 class CPKCS10Request;
    39 class CPKCS10Request;
   348     // internal state
   346     // internal state
   349     TState iState;
   347     TState iState;
   350 
   348 
   351     // internal error variable
   349     // internal error variable
   352     TInt iError;
   350     TInt iError;
   353     
   351 
   354 #ifndef RD_JAVA_S60_RELEASE_10_1_ONWARDS
       
   355     // PKI Dialog, owned
   352     // PKI Dialog, owned
   356     MPKIDialog* iPKIDialog;
   353     MPKIDialog* iPKIDialog;
   357 #endif
       
   358 
   354 
   359     // The actual store, owned
   355     // The actual store, owned
   360     CUnifiedCertStore* iStore;
   356     CUnifiedCertStore* iStore;
   361 
   357 
   362     // Key store, used for creating keys when needed, owned
   358     // Key store, used for creating keys when needed, owned