cryptoservices/certificateandkeymgmt/tpkixcert/tactionvalidate.h
changeset 8 35751d3474b7
parent 0 2c201484c85f
child 15 da2ae96f639b
equal deleted inserted replaced
2:675a964f4eb5 8:35751d3474b7
    14 * Description: 
    14 * Description: 
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 
       
    20 
       
    21 /**
    19 /**
    22  @file 
    20  @file 
    23  @internalTechnology
    21  @internalTechnology
    24 */
    22 */
    25  
    23  
    26 #ifndef __TACTIONVALIDATE_H__
    24 #ifndef __TACTIONVALIDATE_H__
    27 #define __TACTIONVALIDATE_H__
    25 #define __TACTIONVALIDATE_H__
    28 
    26 
    29 #include <t_testaction.h>
    27 #include <testhandler2/t_testaction.h>
    30 #include "tpkixcertval.h"
    28 #include "tpkixcertval.h"
    31 #include <unifiedcertstore.h>
    29 #include <unifiedcertstore.h>
    32 #include "tcertutils.h"
    30 #include "tcertutils.h"
    33 
    31 
    34 class CActionValidate : public CTestAction
    32 class CActionValidate : public CTestAction
   129 	RPointerArray<CX509Certificate>* iRootCerts;
   127 	RPointerArray<CX509Certificate>* iRootCerts;
   130 	HBufC8* iEndEntityAndIntermediateCerts;
   128 	HBufC8* iEndEntityAndIntermediateCerts;
   131 	};
   129 	};
   132 
   130 
   133 #endif
   131 #endif
       
   132