2 * Copyright (c) 2001-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 * Global header file for the crypto token framework.
16 * Include this header file and you should have everything you'll need
17 * to use the CryptoToken framework. Look inside the included header
18 * files to find out details of the classes.
35 #include <ct/tcttokentypeattribute.h>
36 #include <ct/ccttokentypeinfo.h>
37 #include <ct/mcttokentypefilter.h>
38 #include <ct/tctalltokentypes.h>
39 #include <ct/tctfindtokentypesbyinterface.h>
40 #include <ct/tctfindtokentypesbyinterfaceandattribute.h>
41 #include <ct/ccttokentype.h>
42 #include <ct/mcttoken.h>
43 #include <ct/mcttokeninterface.h>
44 #include <ct/rmpointerarray.h>
45 #include <ct/rcpointerarray.h>
46 #include <securitydefs.h>
49 * Crypto Token Framework
53 * Owning pointer arrays
55 * These are pointer array classes that own their contents.
56 * Close() releases the array, and also releases the contents.
62 * These are classes defining particular interfaces which tokens
63 * might implement. Other interfaces may be defined by 3rd parties.