equal
deleted
inserted
replaced
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 |
34 |
35 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 |
|
356 MPKIDialog* iPKIDialog; |
|
357 #endif |
|
358 |
352 |
359 // The actual store, owned |
353 // The actual store, owned |
360 CUnifiedCertStore* iStore; |
354 CUnifiedCertStore* iStore; |
361 |
355 |
362 // Key store, used for creating keys when needed, owned |
356 // Key store, used for creating keys when needed, owned |