The returned enumerator can be used to walk all the entires or a subset of the entries in a keystore.
The type and unique identifer are returned for each keystore entry.
- Parameters
-
byType | [IN] Filter returned entries by type. If ENTRY_NULL is used, then all types are returned. |
pNamespace | [IN] Filter returned entries by namespace and type. If set to NULL, then all namespaces are returned. |
ppEnum | [OUT] Can be used to search for all keys, or all certificates, or all blobs. |
- Returns
Success | P6R::eOk | |
Failure | P6R::eInvalidArg | ppEnum is NULL. |
P6R::eNotInitialized | A successful call to initialize was not made before this call. |
P6R::eInvalidState | A successful call to open() was not made before this call. |
P6R::eNotFound | No entires exist matching the request. |