Update contrib.
2 * Copyright (c) 1998-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.
15 * tactiondecodepkcs5.h
20 #ifndef __TACTIONTESTPKCS8_H__
21 #define __TACTIONTESTPKCS8_H__
23 #include "t_testaction.h"
26 class CActionTestPKCS8 : public CTestAction
29 static CTestAction* NewL(RFs& aFs, CConsoleBase& aConsole,
30 Output& aOut, const TTestActionSpec& aTestActionSpec);
31 virtual ~CActionTestPKCS8();
32 virtual void PerformAction(TRequestStatus& aStatus);
33 virtual void DoReportAction(void);
34 virtual void DoCheckResult(TInt);
37 CActionTestPKCS8(RFs& aFs, CConsoleBase& aConsole, Output& aOut);
38 void ConstructL(const TTestActionSpec& aTestActionSpec);
39 void ReadInputFileL(const TDesC8& aFilename);
40 void SetExpectedOutcomeL(const TDesC8& aOutcome);
46 EMatchesEncryptedPKCS8
51 TOutcome iExpectedOutcome;