Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IKeystoreInit::resetStore ( void  )
pure virtual

Deletes all entries in the openned keystore (i.e., setting the keystore to its initial empty state).

The deleted store contents will not be available after this call, so use this method with care.

Returns
SuccessP6R::eOk 
FailureP6R::eNotInitializedA successful call to initialize was not made before this call.
P6R::eInvalidStateA successful call to open() was not made before this call.