cryptoservices/filebasedcertificateandkeystores/source/generic/client/CFStokenclient.h
equal
deleted
inserted
replaced
15 * Filetokens client side representation of MCTToken |
15 * Filetokens client side representation of MCTToken |
16 * |
16 * |
17 */ |
17 */ |
18 |
18 |
19 |
19 |
20 |
|
21 |
|
22 /** |
20 /** |
23 @file |
21 @file |
24 @internalTechnology |
22 @internalTechnology |
25 */ |
23 */ |
26 |
24 |
27 #ifndef __CFSTOKENCLIENT_H__ |
25 #ifndef __CFSTOKENCLIENT_H__ |
28 #define __CFSTOKENCLIENT_H__ |
26 #define __CFSTOKENCLIENT_H__ |
29 |
27 |
30 #include "clientsession.h" |
28 #include "clientsession.h" |
31 #include <tokentypesenum.h> |
29 #include "tokentypesenum.h" |
32 #include <ct.h> |
30 #include <ct.h> |
33 |
31 |
34 //! Filetokens client side representation of MCTToken, provides client-side reference counting |
32 //! Filetokens client side representation of MCTToken, provides client-side reference counting |
35 //! which calls server with ECloseToken request when appropriate |
33 //! which calls server with ECloseToken request when appropriate |
36 //! Created by CFSTokenTypeSession as part of OpenToken call |
34 //! Created by CFSTokenTypeSession as part of OpenToken call |