pkiutilities/CertmanUi/INC/CertmanuiCommon.h
branchRCL_3
changeset 9 a005fc61b02a
parent 0 164170e6151a
child 21 09b1ac925e3f
equal deleted inserted replaced
8:ece4bbb094df 9:a005fc61b02a
     1 /*
     1 /*
     2 * Copyright (c) 2003-2007 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2003-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 "Eclipse Public License v1.0"
     5 * under the terms of "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".
    71 
    71 
    72 // "dd/mm/yyyy0"
    72 // "dd/mm/yyyy0"
    73 const TInt KMaxLengthTextDateString = 11;
    73 const TInt KMaxLengthTextDateString = 11;
    74 // HH0
    74 // HH0
    75 const TInt KMaxLengthTextSerialNumberFormatting = 3;
    75 const TInt KMaxLengthTextSerialNumberFormatting = 3;
    76 // CertLabel, Issuer, Owner max length 510 bytes
    76 // CertLabel, Issuer, Owner max length 1024 bytes
    77 const TInt KMaxLengthTextCertLabel = 510;
    77 const TInt KMaxLengthTextCertLabel = 1024;
    78 // CertLabel, Issuer, Owner max visible length
    78 // CertLabel, Issuer, Owner max visible length
    79 const TInt KMaxLengthTextCertLabelVisible = 200;
    79 const TInt KMaxLengthTextCertLabelVisible = 200;
    80 // CertWimLabel, KeyLabel, KeyWimLabel max length 255 bytes
    80 // CertWimLabel, KeyLabel, KeyWimLabel max length 255 bytes
    81 const TInt KMaxLengthTextKeyWimLabel = 256;
    81 const TInt KMaxLengthTextKeyWimLabel = 256;
    82 // Maximum length of dynamic strings is 4092,
    82 // Maximum length of dynamic strings is 4092,