eapol/eapol_framework/wapi_common/include/ec_cs_strings.h
changeset 17 8840d3e38314
equal deleted inserted replaced
2:1c7bc153c08e 17:8840d3e38314
       
     1 /*
       
     2 * ============================================================================
       
     3 *  Name        : ./accesssec/eapol/eapol_framework/wapi_common/include/ec_cs_strings.h
       
     4 *  Part of     : WAPI / WAPI       *** Info from the SWAD
       
     5 *  Description : WAPI authentication
       
     6 *  Version     : %version: 7 % << Don't touch! Updated by Synergy at check-out.
       
     7 *
       
     8 *  Copyright © 2001-2009 Nokia.  All rights reserved.
       
     9 *  This material, including documentation and any related computer
       
    10 *  programs, is protected by copyright controlled by Nokia.  All
       
    11 *  rights are reserved.  Copying, including reproducing, storing,
       
    12 *  adapting or translating, any or all of this material requires the
       
    13 *  prior written consent of Nokia.  This material also contains
       
    14 *  confidential information which may not be disclosed to others
       
    15 *  without the prior written consent of Nokia.
       
    16 * ============================================================================
       
    17 * Template version: 4.2
       
    18 */
       
    19 
       
    20 
       
    21 
       
    22 #if !defined(_EC_CS_STRINGS_H_)
       
    23 #define _EC_CS_STRINGS_H_
       
    24 
       
    25 #if defined(USE_WAPI_CORE)
       
    26 
       
    27 #include "eap_tools.h"
       
    28 #include "eap_general_header_base.h"
       
    29 #include "ec_cs_types.h"
       
    30 
       
    31 /** @file */
       
    32 
       
    33 //----------------------------------------------------------------------------------
       
    34 
       
    35 /// This class includes the debug strings of the Elliptic curve certificate store.
       
    36 class EAP_EXPORT ec_cs_strings_c
       
    37 {
       
    38 public:
       
    39 
       
    40 	EAP_FUNC_IMPORT virtual ~ec_cs_strings_c();
       
    41 
       
    42 	EAP_FUNC_IMPORT ec_cs_strings_c();
       
    43 
       
    44 	EAP_FUNC_IMPORT static eap_const_string get_ec_cs_store_data_string(const ec_cs_data_type_e type);
       
    45 
       
    46 	EAP_FUNC_IMPORT static eap_const_string get_ec_cs_store_data_change_status_string(const ec_cs_data_change_status_e status);
       
    47 
       
    48 	EAP_FUNC_IMPORT static eap_const_string get_ec_cs_store_data_string(const ec_cs_pending_operation_e type);
       
    49 
       
    50 	/**
       
    51 	 * Function returns string of ec_cs_tlv_type_e.
       
    52 	 * @param status is the queried string.
       
    53 	 */
       
    54 	EAP_FUNC_IMPORT static eap_const_string get_ec_cs_tlv_header_string(const ec_cs_tlv_type_e type);
       
    55 
       
    56 };
       
    57 
       
    58 //----------------------------------------------------------------------------------
       
    59 
       
    60 #endif //#if defined(USE_WAPI_CORE)
       
    61 
       
    62 #endif //#if !defined(_EC_CS_STRINGS_H_)
       
    63 
       
    64 
       
    65 
       
    66 // End.