Certificate store (certstore) framework provides interfaces for implementing certstore. A certstore is a database that stores certificates. The framework provide functionalities such as generation, storage and retrieval of certificates, assigning trust status to certificates and retrieving list of applications trusting a certificate.
The certstore framework is an extension framework of CryptoToken Framework. The framework provides interfaces that must be implemented to retrieve certificates as tokens from the store.
Classes |
Description |
Provides an interface for the implementation of an appropriate token |
|
Defines an interface for retrieving details of a stored certificate |
|
Defines an interface to implement a read-only certstore using the token framework. This class allows retrieving details of a certificate stored using the CryptoToken framework. |
|
Defines an interface to implement a writable certstore. This class allows modifications of the certstore. |
Device creators can use the interfaces provided by the framework to implement certstore for managing certificates.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.