eapol/eapol_framework/wapi_common/include/ec_cs_compare_certificate_id.h
changeset 18 7aac0b9e8906
parent 17 8840d3e38314
child 20 8b3129ac4c0f
--- a/eapol/eapol_framework/wapi_common/include/ec_cs_compare_certificate_id.h	Fri Mar 19 09:29:58 2010 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,69 +0,0 @@
-/*
-* ============================================================================
-*  Name        : ./accesssec/eapol/eapol_framework/wapi_common/include/ec_cs_compare_certificate_id.h
-*  Part of     : WAPI / WAPI       *** Info from the SWAD
-*  Description : WAPI authentication
-*  Version     : %version: 5 % << Don't touch! Updated by Synergy at check-out.
-*
-*  Copyright © 2001-2009 Nokia.  All rights reserved.
-*  This material, including documentation and any related computer
-*  programs, is protected by copyright controlled by Nokia.  All
-*  rights are reserved.  Copying, including reproducing, storing,
-*  adapting or translating, any or all of this material requires the
-*  prior written consent of Nokia.  This material also contains
-*  confidential information which may not be disclosed to others
-*  without the prior written consent of Nokia.
-* ============================================================================
-* Template version: 4.2
-*/
-
-
-
-#if !defined(_EC_CS_COMPARE_CERTIFICATE_ID_H_)
-#define _EC_CS_COMPARE_CERTIFICATE_ID_H_
-
-#if defined(USE_WAPI_CORE)
-
-#include "eap_tools.h"
-#include "eap_general_header_base.h"
-#include "ec_cs_types.h"
-#include "eap_array_algorithms.h"
-
-/** @file */
-
-//----------------------------------------------------------------------------------
-
-class EAP_EXPORT ec_cs_compare_certificate_id_c
-: public abs_eap_array_compare_c<ec_cs_data_c>
-{
-public:
-
-	EAP_FUNC_IMPORT virtual ~ec_cs_compare_certificate_id_c();
-
-	EAP_FUNC_IMPORT ec_cs_compare_certificate_id_c(
-		abs_eap_am_tools_c * const tools,
-		const eap_variable_data_c * const PAC_store_master_key,
-		const eap_variable_data_c * const PAC_store_device_seed);
-
-	EAP_FUNC_IMPORT i32_t compare(
-		const ec_cs_data_c * const certificate_from_array,
-		const ec_cs_data_c * const certificate_identity) const;
-
-private:
-
-	abs_eap_am_tools_c * const m_am_tools;
-
-	const eap_variable_data_c * const m_PAC_store_master_key;
-
-	const eap_variable_data_c * const m_PAC_store_device_seed;
-};
-
-//----------------------------------------------------------------------------------
-
-#endif //#if defined(USE_WAPI_CORE)
-
-#endif //#if !defined(_EC_CS_COMPARE_CERTIFICATE_ID_H_)
-
-
-
-// End.