vpnengine/ikepolparser/inc/ikepolparser.h
branchRCL_3
changeset 49 5960d2d03390
parent 46 29c8f9bc68e1
equal deleted inserted replaced
46:29c8f9bc68e1 49:5960d2d03390
     1 /*
     1 /*
     2 * Copyright (c) 1999-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 1999-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 "Eclipse Public License v1.0"
     5 * under the terms of "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".
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:  IKE policy parser main module
    14 * Description:   IKE policy parser main module
    15 *
    15 *
    16 */
    16 */
       
    17 
       
    18 
    17 
    19 
    18 #ifndef __IKEPOLPARSER_H
    20 #ifndef __IKEPOLPARSER_H
    19 #define __IKEPOLPARSER_H
    21 #define __IKEPOLPARSER_H
    20 
    22 
    21 #include <f32file.h>
    23 #include <f32file.h>
   289     TCertInfo iCA;                      // Left for backward compatibility    
   291     TCertInfo iCA;                      // Left for backward compatibility    
   290     CArrayFixFlat<TCertInfo*> *iCAList; // For multiple CAs
   292     CArrayFixFlat<TCertInfo*> *iCAList; // For multiple CAs
   291     TOwnCertInfo iOwnCert;
   293     TOwnCertInfo iOwnCert;
   292     TCertInfo iPrivKey;
   294     TCertInfo iPrivKey;
   293     TCertInfo iPeerCert;
   295     TCertInfo iPeerCert;
   294     TBool     iUseCache;   // Use credential cache
   296 
   295     TBool     iSoftToken;  // Use soft token
       
   296 };
   297 };
   297 
   298 
   298 
   299 
   299 class CIkeDataArray : public CArrayFixFlat<CIkeData*>
   300 class CIkeDataArray : public CArrayFixFlat<CIkeData*>
   300 {
   301 {