epoc32/include/pkixcertchain.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
equal deleted inserted replaced
3:e1b950c65cb4 4:837f303aceeb
    16 * PKIX certificate chain implementation
    16 * PKIX certificate chain implementation
    17 *
    17 *
    18 */
    18 */
    19 
    19 
    20 
    20 
    21 
       
    22 
       
    23 /**
    21 /**
    24  @file 
    22  @file 
    25  @internalTechnology 
    23  @publishedAll
       
    24  @released
    26 */
    25 */
    27  
    26  
    28 #ifndef __PKIXCERTCHAIN_H__
    27 #ifndef __PKIXCERTCHAIN_H__
    29 #define __PKIXCERTCHAIN_H__
    28 #define __PKIXCERTCHAIN_H__
    30 
    29 
    39 class CPKIXCertChainHelper;
    38 class CPKIXCertChainHelper;
    40 class MCertStore;
    39 class MCertStore;
    41 
    40 
    42 /**
    41 /**
    43  * Base class for CPKIXCertChain
    42  * Base class for CPKIXCertChain
    44  * @internalTechnology
       
    45  */
    43  */
    46 class CPKIXCertChainBase : public CX509CertChain
    44 class CPKIXCertChainBase : public CX509CertChain
    47 	{
    45 	{
    48 public:
    46 public:
    49 	//constructors
    47 	//constructors
   261 
   259 
   262 
   260 
   263 /**
   261 /**
   264  * This class implements a PKIX certificate chain.
   262  * This class implements a PKIX certificate chain.
   265  *
   263  *
   266  * @publishedAll
       
   267  * @released
       
   268  * @since v6.0
   264  * @since v6.0
   269  */
   265  */
   270 class CPKIXCertChain : public CPKIXCertChainBase
   266 class CPKIXCertChain : public CPKIXCertChainBase
   271 	{
   267 	{
   272 public:
   268 public: