vpnengine/ikepolparser/inc/ikepolparser.h
branchRCL_3
changeset 46 29c8f9bc68e1
parent 44 735de8341ce4
child 49 5960d2d03390
equal deleted inserted replaced
44:735de8341ce4 46:29c8f9bc68e1
   289     TCertInfo iCA;                      // Left for backward compatibility    
   289     TCertInfo iCA;                      // Left for backward compatibility    
   290     CArrayFixFlat<TCertInfo*> *iCAList; // For multiple CAs
   290     CArrayFixFlat<TCertInfo*> *iCAList; // For multiple CAs
   291     TOwnCertInfo iOwnCert;
   291     TOwnCertInfo iOwnCert;
   292     TCertInfo iPrivKey;
   292     TCertInfo iPrivKey;
   293     TCertInfo iPeerCert;
   293     TCertInfo iPeerCert;
   294     TBool     iUseCache;  // Use credential cache
   294     TBool     iUseCache;   // Use credential cache
       
   295     TBool     iSoftToken;  // Use soft token
   295 };
   296 };
   296 
   297 
   297 
   298 
   298 class CIkeDataArray : public CArrayFixFlat<CIkeData*>
   299 class CIkeDataArray : public CArrayFixFlat<CIkeData*>
   299 {
   300 {