2 * Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
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".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
15 * Basic typedefs used by the Authentication Server
33 typedef TUint32 TIdentityId;
34 typedef TUint32 TPluginId;
36 typedef TUint32 TEntropy;
37 typedef TUint32 TPercentage;
40 // constants and enums
43 const TUint32 KUnknownPluginId = 0;
44 const TUint32 KUnknownIdentity = 0;
45 const TUid KAuthServerSecureId = { 0x102740FC };
46 const TInt KMaxDescLen = 255;
54 EAuthPerformance = 192
57 enum TAuthTrainingStatus
61 EAuthFullyTrained = 128,
64 /// Array types used by clients and server
65 typedef RArray<TIdentityId> RIdentityIdArray;
66 typedef RArray<TPluginId> RPluginIdArray;