vpnengine/ikepolparser/inc/ikepolparser.h
branchRCL_3
changeset 40 473321461bba
parent 38 9f4e37332ce5
child 41 e06095241a65
equal deleted inserted replaced
38:9f4e37332ce5 40:473321461bba
     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".
    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>
   287     TCertInfo iCA;                      // Left for backward compatibility    
   289     TCertInfo iCA;                      // Left for backward compatibility    
   288     CArrayFixFlat<TCertInfo*> *iCAList; // For multiple CAs
   290     CArrayFixFlat<TCertInfo*> *iCAList; // For multiple CAs
   289     TOwnCertInfo iOwnCert;
   291     TOwnCertInfo iOwnCert;
   290     TCertInfo iPrivKey;
   292     TCertInfo iPrivKey;
   291     TCertInfo iPeerCert;
   293     TCertInfo iPeerCert;
   292     TBool     iUseCache;  // Use credential cache
   294 
   293 };
   295 };
   294 
   296 
   295 
   297 
   296 class CIkeDataArray : public CArrayFixFlat<CIkeData*>
   298 class CIkeDataArray : public CArrayFixFlat<CIkeData*>
   297 {
   299 {