javaextensions/satsa/pki/src.s60/cstscredentialmanager.h
branchRCL_3
changeset 60 6c158198356e
parent 19 04becd199f91
child 64 0ea12c182930
equal deleted inserted replaced
59:e5618cc85d74 60:6c158198356e
    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 class MPKIDialog;
    34 
    35 class CUnifiedCertStore;
    35 class CUnifiedCertStore;
    36 class CUnifiedKeyStore;
    36 class CUnifiedKeyStore;
    37 class CX500DistinguishedName;
    37 class CX500DistinguishedName;
    38 class CX520AttributeTypeAndValue;
    38 class CX520AttributeTypeAndValue;
    39 class CPKCS10Request;
    39 class CPKCS10Request;
   347     TState iState;
   347     TState iState;
   348 
   348 
   349     // internal error variable
   349     // internal error variable
   350     TInt iError;
   350     TInt iError;
   351 
   351 
   352     // PKI Dialog, owned
       
   353     MPKIDialog* iPKIDialog;
       
   354 
   352 
   355     // The actual store, owned
   353     // The actual store, owned
   356     CUnifiedCertStore* iStore;
   354     CUnifiedCertStore* iStore;
   357 
   355 
   358     // Key store, used for creating keys when needed, owned
   356     // Key store, used for creating keys when needed, owned