Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IKeystore3::replaceBlobByUUID ( P6UUID pUUID,
P6BSTR  blob,
P6UUID pnewUUID 
)
pure virtual

Deletes an existing blob matching the global unique identifer, and then creates a new blob (with the same properties) in the keystore.

Parameters
pUUID[ in ] There can only be one item associated with the globally unique identifer.
blob[ in ] A new blob to save in the keystore
pnewUUID[ in ] There can only be one item associated with the globally unique identifer.
Returns
SuccessP6R::eOk 
FailureP6R::eInvalidArgIf blob is empty.
P6R::eNotInitializedA successful call to initialize was not made before this call.
P6R::eInvalidStateA successful call to open() was not made before this call.
P6R::eNotFoundThere is no keystore entry associated with the UUID parameter.