javaextensions/satsa/pki/src.s60/cstscredentialmanager.h
changeset 61 bf7ee68962da
parent 21 2a9601315dfc
child 64 0ea12c182930
equal deleted inserted replaced
48:e0d6e9bd3ca7 61:bf7ee68962da
    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