os/security/cryptoservices/certificateandkeymgmt/tpkixcert_tef/src/apiteststeps.h
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 /*
     2 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     5 * under the terms of the License "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 *
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    11 *
    12 * Contributors:
    13 *
    14 * Description: 
    15 *
    16 */
    17 
    18 
    19 /**
    20  @file 
    21  @internalTechnology
    22 */
    23 
    24 #ifndef APITESTSTEPS_H
    25 #define APITESTSTEPS_H
    26 
    27 #include "pkixcertstepbase.h"
    28 //#include <e32std.h>
    29 
    30 _LIT(KAddSupportedOidsTestStep, "AddSupportedOidsTest");  
    31 _LIT(KRemoveSupportedOidsTestStep, "RemoveSupportedOidsTest");
    32 _LIT(KSetSupportedOidsTestStep, "SetSupportedOidsTest");
    33 _LIT(KResetSupportedOidsTestStep, "ResetSupportedOidsTest");
    34 
    35 class CPkixCertAddSupportedOidsStep : public CPkixCertStepBase
    36 	{
    37 public:
    38 	CPkixCertAddSupportedOidsStep();
    39 
    40 	virtual void PerformTestL();
    41 	};	
    42 
    43 class CPkixCertRemoveSupportedOidsStep : public CPkixCertStepBase
    44 	{
    45 public:
    46 	CPkixCertRemoveSupportedOidsStep();
    47 
    48 	virtual void PerformTestL();
    49 	};
    50 
    51 class CPkixCertSetSupportedOidsStep : public CPkixCertStepBase
    52 	{
    53 public:
    54 	CPkixCertSetSupportedOidsStep();
    55 
    56 	virtual void PerformTestL();
    57 	};
    58 	
    59 class CPkixCertResetSupportedOidsStep : public CPkixCertStepBase
    60 	{
    61 public:
    62 	CPkixCertResetSupportedOidsStep();
    63 
    64 	virtual void PerformTestL();
    65 	};	
    66 
    67 #endif // APITESTSTEPS_H