secureswitools/makekeys/src/MAKEKEYS.H
branchRCL_3
changeset 26 8b7f4e561641
parent 25 7333d7932ef7
equal deleted inserted replaced
25:7333d7932ef7 26:8b7f4e561641
     1 /*
     1 /*
     2 * Copyright (c) 1997-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of the License "Eclipse Public License v1.0"
     5 * under the terms of the License "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    51 // The main application object. Controls the Key / Certificate file generation process
    51 // The main application object. Controls the Key / Certificate file generation process
    52 	{
    52 	{
    53 	public:
    53 	public:
    54 		CMakeKeys();
    54 		CMakeKeys();
    55 		
    55 		
    56 		int  Run(const int argc, const _TCHAR *argv[]);
    56 		int  Run(const int argc, const _TCHAR *argv[], const _TCHAR *envp[]);
    57 			
    57 			
    58 	public: 
    58 	public: 
    59 		CKeyGenerator* m_KeyGen;
    59 		CKeyGenerator* m_KeyGen;
    60 		CCertificateGenerator* pMakeCert;
    60 		CCertificateGenerator* pMakeCert;
    61 		CCertificateRequestGenerator* pReq;
    61 		CCertificateRequestGenerator* pReq;