Get the value of the attribute associated to an object in the keystore.
The name of the attribute to access is specified in pAttrib->name.
- Parameters
-
| pUUID | [ in ] There can only be one item associated with the globally unique identifer in the keystore. |
| pAttrib | [ out ] The value corresponding to the given attribute name. |
- Returns
| Success | P6R::eOk | |
| Failure | P6R::eInvalidArg | pUUID or pAttrib is NULL. |
| P6R::eNotInitialized | A successful call to initialize was not made before this call. |
| P6R::eFormatError | The given attribute name is not associated with the given object. |
| P6R::eNotFound | There is no object or attribute associated with the pUUID parameter. |
| P6R::eInvalidState | A successful call to open() was not made before this call. |