os/security/cryptoservices/certificateandkeymgmt/tcertstore/t_certstoreactionsfilecertstore.h
Update contrib.
2 * Copyright (c) 2005-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.
26 #ifndef __T_CERTSTOREACTIONSFILECERTSTORE_H__
27 #define __T_CERTSTOREACTIONSFILECERTSTORE_H__
29 #include "t_certstoreactions.h"
30 #include "t_testactionspec.h"
32 class CCreateFileCertStore : public CCertStoreTestAction
35 static CTestAction* NewL(RFs &aFs, CConsoleBase& aConsole, Output& aOut,
36 const TTestActionSpec& aTestActionSpec);
37 static CTestAction* NewLC(RFs &aFs, CConsoleBase& aConsole, Output& aOut,
38 const TTestActionSpec& aTestActionSpec);
39 virtual ~CCreateFileCertStore();
40 virtual void PerformAction(TRequestStatus& aStatus);
41 virtual void PerformCancel();
45 CCreateFileCertStore(RFs &aFs, CConsoleBase& aConsole, Output& aOut);
46 void ConstructL(const TTestActionSpec& aTestActionSpec);
50 void DoReportAction();
51 void DoCheckResult(TInt aError);
52 void CreateStoreL(const TDesC& aFileName, RFs& aFs);