cryptoservices/certificateandkeymgmt/tpkcs10/tpkcs10minortests.h
changeset 8 35751d3474b7
parent 0 2c201484c85f
equal deleted inserted replaced
2:675a964f4eb5 8:35751d3474b7
    15 * Declares test step classes for reuse cases of PKCS#10 tests.
    15 * Declares test step classes for reuse cases of PKCS#10 tests.
    16 *
    16 *
    17 */
    17 */
    18 
    18 
    19 
    19 
    20 
       
    21 
       
    22 /**
    20 /**
    23  @file
    21  @file
    24  @internalTechnology
    22  @internalTechnology
    25 */
    23 */
    26 
    24 
    33 #include <asn1dec.h>
    31 #include <asn1dec.h>
    34 #include <asn1enc.h>
    32 #include <asn1enc.h>
    35 
    33 
    36 #if (!defined __PKCS10MINORTESTS_STEP_H__)
    34 #if (!defined __PKCS10MINORTESTS_STEP_H__)
    37 #define __PKCS10MINORTESTS_STEP_H__
    35 #define __PKCS10MINORTESTS_STEP_H__
    38 #include <testexecutestepbase.h>
    36 #include <test/testexecutestepbase.h>
    39 #include "tpkcs10stepbasev2.h"
    37 #include "tpkcs10stepbasev2.h"
    40 #include "tcertrequeststep.h"
    38 #include "tcertrequeststep.h"
    41 
    39 
    42 _LIT(KPKCS10ReuseAttributeStep,"PKCS10ReuseAttribute");
    40 _LIT(KPKCS10ReuseAttributeStep,"PKCS10ReuseAttribute");
    43 _LIT(KPKCS10ReuseChallengePasswordAttr,"PKCS10ReuseChallengePasswordAttr");
    41 _LIT(KPKCS10ReuseChallengePasswordAttr,"PKCS10ReuseChallengePasswordAttr");
    85 	//data
    83 	//data
    86 	CPKCS10TesterActiveCancelRequestA* 		iActiveObjTest;
    84 	CPKCS10TesterActiveCancelRequestA* 		iActiveObjTest;
    87 };
    85 };
    88 
    86 
    89 #endif
    87 #endif
       
    88