vpnengine/pkiservice/inc/PKIMapper.h
branchRCL_3
changeset 44 735de8341ce4
parent 1 c9c2ad51f972
--- a/vpnengine/pkiservice/inc/PKIMapper.h	Wed Sep 01 12:23:21 2010 +0100
+++ b/vpnengine/pkiservice/inc/PKIMapper.h	Tue Sep 14 23:16:15 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2006-2008 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of "Eclipse Public License v1.0"
@@ -17,7 +17,6 @@
 */
 
 
-
 #if !defined (__PKIMAPPER_H__)
 #define __PKIMAPPER_H__
 
@@ -80,7 +79,14 @@
         TBool LabelIsUnique(const TDesC& aLabel) const;
         void LogMap(CMapDescriptor& aDescriptor) const;
         void LogSearchArguments(TSecurityObjectDescriptor& aDescriptor) const;        
-                
+        
+        /**
+         * Copies applicable data from aMapping to aCertInfo
+         */
+        void CopyCertDataL(
+            const CMapDescriptor& aMapping, TCertificateListEntry& aCertInfo
+        ) const;
+
     private: // C'tor    
 
         CPKIMapper();
@@ -89,7 +95,6 @@
     private: // data    
         TBool   iCacheCreated;       
         TInt    iCount;
-        /// Used when generating uniqname
 
         RPointerArray<CMapDescriptor>*      iMapping;
         TPckgBuf<TSecurityObjectDescriptor> iCurrentDescriptor;