|
pure virtual |
Finds and returns an existing blob with the matching global unique identifer in the trusted storage.
| pUUID | [ in ] There can only be one item associated with the globally unique identifer. |
| pBlob | [ out ] The same blob that was previously stored in the trusted storage via a call to addItem() |
| Success | P6R::eOk | |
| Failure | P6R::eInvalidArg | One of the parameters is NULL. |
| P6R::eNotFound | There is no entry associated with the pUUID parameter. |