cryptoservices/certificateandkeymgmt/tcertstore/t_certstoredefs.h
branchRCL_3
changeset 42 eb9b28acd381
parent 8 35751d3474b7
equal deleted inserted replaced
41:9b5a3a9fddf8 42:eb9b28acd381
     1 /*
     1 /*
     2 * Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2004-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of the License "Eclipse Public License v1.0"
     5 * under the terms of the License "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
   149 _LIT8(KKeyUsageX509,"x509");
   149 _LIT8(KKeyUsageX509,"x509");
   150 _LIT8(KSubjectKeyIdStart,"<subjectkeyid>");
   150 _LIT8(KSubjectKeyIdStart,"<subjectkeyid>");
   151 _LIT8(KSubjectKeyIdEnd,"</subjectkeyid>");
   151 _LIT8(KSubjectKeyIdEnd,"</subjectkeyid>");
   152 _LIT8(KIssuerKeyIdStart,"<issuerkeyid>");
   152 _LIT8(KIssuerKeyIdStart,"<issuerkeyid>");
   153 _LIT8(KIssuerKeyIdEnd,"</issuerkeyid>");
   153 _LIT8(KIssuerKeyIdEnd,"</issuerkeyid>");
       
   154 _LIT8(KUseSubjectKeyIdStart,"<usesubjectkeyid>");
       
   155 _LIT8(KUseSubjectKeyIdEnd,"</usesubjectkeyid>");
   154 
   156 
   155 //  tag for Notification of Change
   157 //  tag for Notification of Change
   156 _LIT8(KChangeNotifiedStart, "<ChangeNotification>");
   158 _LIT8(KChangeNotifiedStart, "<ChangeNotification>");
   157 _LIT8(KChangeNotifiedEnd, "</ChangeNotification>");
   159 _LIT8(KChangeNotifiedEnd, "</ChangeNotification>");
   158 
   160