cryptoservices/certificateandkeymgmt/tpkcs10/tpkcs10negatives.h
changeset 8 35751d3474b7
parent 0 2c201484c85f
equal deleted inserted replaced
2:675a964f4eb5 8:35751d3474b7
    15 * Declares test step classes for negative cases of PKCS#10 tests.
    15 * Declares test step classes for negative 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 
    31 #include <pkcs9attr.h>
    29 #include <pkcs9attr.h>
    32 #include <unifiedkeystore.h>
    30 #include <unifiedkeystore.h>
    33 
    31 
    34 #if (!defined __PKCS10NEGATIVE_STEP_H__)
    32 #if (!defined __PKCS10NEGATIVE_STEP_H__)
    35 #define __PKCS10NEGATIVE_STEP_H__
    33 #define __PKCS10NEGATIVE_STEP_H__
    36 #include <testexecutestepbase.h>
    34 #include <test/testexecutestepbase.h>
    37 #include "tpkcs10stepbasev2.h"
    35 #include "tpkcs10stepbasev2.h"
    38 #include "tcertrequeststep.h"
    36 #include "tcertrequeststep.h"
    39 
    37 
    40 // Test steps
    38 // Test steps
    41 _LIT(KPKCS10NegPKCS10GenericAttr,			"PKCS10NegPKCS10GenericAttr");
    39 _LIT(KPKCS10NegPKCS10GenericAttr,			"PKCS10NegPKCS10GenericAttr");
   108 public:
   106 public:
   109 	TVerdict doTestStepL();
   107 	TVerdict doTestStepL();
   110 	};
   108 	};
   111 
   109 
   112 #endif
   110 #endif
       
   111