vpnengine/ikepolparser/inc/ikepolparser.h
branchRCL_3
changeset 41 e06095241a65
parent 40 473321461bba
child 44 735de8341ce4
equal deleted inserted replaced
40:473321461bba 41:e06095241a65
     1 /*
     1 /*
     2 * Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 1999-2010 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".
    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 
       
    19 
    17 
    20 #ifndef __IKEPOLPARSER_H
    18 #ifndef __IKEPOLPARSER_H
    21 #define __IKEPOLPARSER_H
    19 #define __IKEPOLPARSER_H
    22 
    20 
    23 #include <f32file.h>
    21 #include <f32file.h>
   289     TCertInfo iCA;                      // Left for backward compatibility    
   287     TCertInfo iCA;                      // Left for backward compatibility    
   290     CArrayFixFlat<TCertInfo*> *iCAList; // For multiple CAs
   288     CArrayFixFlat<TCertInfo*> *iCAList; // For multiple CAs
   291     TOwnCertInfo iOwnCert;
   289     TOwnCertInfo iOwnCert;
   292     TCertInfo iPrivKey;
   290     TCertInfo iPrivKey;
   293     TCertInfo iPeerCert;
   291     TCertInfo iPeerCert;
   294 
   292     TBool     iUseCache;  // Use credential cache
   295 };
   293 };
   296 
   294 
   297 
   295 
   298 class CIkeDataArray : public CArrayFixFlat<CIkeData*>
   296 class CIkeDataArray : public CArrayFixFlat<CIkeData*>
   299 {
   297 {