os/security/cryptoservices/certificateandkeymgmt/tpkixcert_tef/src/apiteststeps.h
First public contribution.
2 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
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".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
24 #ifndef APITESTSTEPS_H
25 #define APITESTSTEPS_H
27 #include "pkixcertstepbase.h"
30 _LIT(KAddSupportedOidsTestStep, "AddSupportedOidsTest");
31 _LIT(KRemoveSupportedOidsTestStep, "RemoveSupportedOidsTest");
32 _LIT(KSetSupportedOidsTestStep, "SetSupportedOidsTest");
33 _LIT(KResetSupportedOidsTestStep, "ResetSupportedOidsTest");
35 class CPkixCertAddSupportedOidsStep : public CPkixCertStepBase
38 CPkixCertAddSupportedOidsStep();
40 virtual void PerformTestL();
43 class CPkixCertRemoveSupportedOidsStep : public CPkixCertStepBase
46 CPkixCertRemoveSupportedOidsStep();
48 virtual void PerformTestL();
51 class CPkixCertSetSupportedOidsStep : public CPkixCertStepBase
54 CPkixCertSetSupportedOidsStep();
56 virtual void PerformTestL();
59 class CPkixCertResetSupportedOidsStep : public CPkixCertStepBase
62 CPkixCertResetSupportedOidsStep();
64 virtual void PerformTestL();
67 #endif // APITESTSTEPS_H