/*
* Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description: Header file for PnpUtil Private CR Keys
*
*/
#ifndef PNPUTILPRIVATECRKEYS_H
#define PNPUTILPRIVATECRKEYS_H
const TUid KCRUidPnpUtil = {0x1020433A};
const TUint32 KPnPUtilDeadline = 0x00000000;
const TUint32 KPnPUtilToken = 0x00000001;
const TUint32 KPnPUtilNonce = 0x00000002;
const TUint32 KPnPUtilHomeMcc = 0x00000004;
const TUint32 KPnPUtilHomeMnc = 0x00000005;
const TUint32 KPnPUtilNetworkMcc = 0x00000006;
const TUint32 KPnPUtilNetworkMnc = 0x00000007;
const TUint32 KPnPUtilKeyInfo = 0x00000008;
const TUint32 KPnPUtilModulus = 0x00000009;
const TUint32 KPnPUtilPublicExponent = 0x0000000A;
const TUint32 KPnPProvUtilAppUID = 0x0000000B;
const TUint32 KPnPProvUtilProvAdapID = 0x0000000C;
const TUint32 KPnPUtilsEncryptionKey = 0x0000000D;
#endif // PNPUTILPRIVATECRKEYS_H