vpnengine/ikev1lib/inc/ikev1negotiation.h
branchRCL_3
changeset 10 68dc8923de26
parent 0 33413c0669b9
child 17 d1a0d37b52a1
equal deleted inserted replaced
8:032d3a818f49 10:68dc8923de26
     1 /*
     1 /*
     2 * Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2005-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".
   360                              TBool aUseNatPort );
   360                              TBool aUseNatPort );
   361     
   361     
   362     TBool IsRetransmit(TLastIKEMsg& aRef);    
   362     TBool IsRetransmit(TLastIKEMsg& aRef);    
   363     void SaveRetransmitInfo(TLastIKEMsg& aRef);
   363     void SaveRetransmitInfo(TLastIKEMsg& aRef);
   364     void SaveLastMsgL();
   364     void SaveLastMsgL();
       
   365     
       
   366     HBufC8* GetPskFromPolicyL();
       
   367     
       
   368     void SetPhase2LifeDurations( const TInt64 aSoftAddTime,
       
   369                                  const TInt64 aHardAddTime,
       
   370                                  const TInt64 aSoftBytes,
       
   371                                  const TInt64 aHardBytes,
       
   372                                  TAttrib_II& aAttr_II,
       
   373                                  TBool aResponder );    
   365 
   374 
   366 public:
   375 public:
   367 	TCookie iCookie_I;      // Initiator Cookie (Used with responder to create KEYID)
   376 	TCookie iCookie_I;      // Initiator Cookie (Used with responder to create KEYID)
   368 	TCookie iCookie_R;      // Responder Cookie
   377 	TCookie iCookie_R;      // Responder Cookie
   369 	TUint32 iSAId;
   378 	TUint32 iSAId;