Update contrib.
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.
25 #ifndef __MCTCERTSTORE_H__
26 #define __MCTCERTSTORE_H__
28 #include <cctcertinfo.h>
29 #include <ccertattributefilter.h>
30 #include <mcertstore.h>
32 /** The UID of read-only certificate store interfaces. */
33 const TInt KInterfaceCertStore = 0x101F501B;
35 /** The UID of filecertstore tokentype */
36 const TInt KTokenTypeFileCertstore = 0x101F501A;
39 * Defines the interface for a read-only certificate store token.
41 * All the details are defined in MCertStore as they are shared by the unified
44 * The class adds no extra member functions or data.
48 class MCTCertStore : public MCertStore, public MCTTokenInterface