epoc32/include/unifiedcertstore.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
equal deleted inserted replaced
3:e1b950c65cb4 4:837f303aceeb
    16 * The unified certificate store implementation
    16 * The unified certificate store implementation
    17 *
    17 *
    18 */
    18 */
    19 
    19 
    20 
    20 
    21 
       
    22 
       
    23 /**
    21 /**
    24  @file 
    22  @file 
    25  @internalTechnology
    23  @publishedAll
    26  @released
    24  @released
    27 */
    25 */
    28  
    26  
    29 #ifndef __UNIFIEDCERTSTORE_H__
    27 #ifndef __UNIFIEDCERTSTORE_H__
    30 #define __UNIFIEDCERTSTORE_H__
    28 #define __UNIFIEDCERTSTORE_H__
   146  *
   144  *
   147  * Since this class is intended for widespread use, capability checks relating
   145  * Since this class is intended for widespread use, capability checks relating
   148  * to certificate access are documented here even though the checks are actually
   146  * to certificate access are documented here even though the checks are actually
   149  * made in the individual cert store implementations.
   147  * made in the individual cert store implementations.
   150  * 
   148  * 
   151  * @publishedAll
       
   152  * @released
       
   153  */
   149  */
   154 NONSHARABLE_CLASS(CUnifiedCertStore) : public CActive, public MCertStore
   150 NONSHARABLE_CLASS(CUnifiedCertStore) : public CActive, public MCertStore
   155 	{
   151 	{
   156 public:
   152 public:
   157 	/** 
   153 	/**