cryptoservices/certificateandkeymgmt/tcertdump/displaytype.h
changeset 0 2c201484c85f
child 8 35751d3474b7
equal deleted inserted replaced
-1:000000000000 0:2c201484c85f
       
     1 /*
       
     2 * Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the License "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 /**
       
    22  @file 
       
    23  @internalTechnology
       
    24 */
       
    25  
       
    26 #ifndef DISPLAYTYPE_H
       
    27 #define DISPLAYTYPE_H
       
    28 
       
    29 #include <e32base.h>
       
    30 #include <e32cons.h>
       
    31 #include <e32std.h>
       
    32 #include <f32file.h>
       
    33 #include <x509cert.h>
       
    34 
       
    35 _LIT16(KCountryName,"CountryName");
       
    36 _LIT16(KOrganizationName,"OrganizationName");
       
    37 _LIT16(KOrganizationalUnitName,"OrganizationalUnitName");
       
    38 _LIT16(KLocalityName,"LocalityName");
       
    39 _LIT16(KStateOrProvinceName,"StateOrProvinceName");
       
    40 _LIT16(KTitle,"Title");
       
    41 _LIT16(KCommonName,"CommonName");
       
    42 _LIT16(KGivenName,"GivenName");
       
    43 _LIT16(KSurname,"Surname");
       
    44 _LIT16(KInitials,"Initials");
       
    45 _LIT16(KGenerationQualifier,"GenerationQualifier");
       
    46 _LIT16(KDNQualifier,"DNQualifier");
       
    47 _LIT16(KSerialNumber,"SerialNumber");
       
    48 _LIT16(KPostalCode,"PostalCode");
       
    49 _LIT16(KDomainComponent, "DomainComponent");
       
    50 _LIT16(KStreet,"Street");
       
    51 
       
    52 
       
    53 const TDesC16& GetType(const TDesC16& aType);
       
    54 
       
    55 #endif