#include <keyring_writer_service_definition.h>
◆ remove()
mysql_service_status_t keyring_lockable::keyring_common::service_definition::Keyring_writer_service_impl::remove |
( |
const char * |
data_id, |
|
|
const char * |
auth_id |
|
) |
| |
|
staticnoexcept |
Remove data from keyring.
- Parameters
-
[in] | data_id | Data Identifier |
[in] | auth_id | Authorization ID |
- Returns
- status of the operation
- Return values
-
false | Success - Key removed successfully or key not present. |
true | Failure |
◆ store()
mysql_service_status_t keyring_lockable::keyring_common::service_definition::Keyring_writer_service_impl::store |
( |
const char * |
data_id, |
|
|
const char * |
auth_id, |
|
|
const unsigned char * |
data, |
|
|
size_t |
data_size, |
|
|
const char * |
data_type |
|
) |
| |
|
staticnoexcept |
Store data in keyring.
- Parameters
-
[in] | data_id | Data Identifier |
[in] | auth_id | Authorization ID |
[in] | data | Data to be stored |
[in] | data_size | Size of data to be stored |
[in] | data_type | Type of data |
- Returns
- status of the operation
- Return values
-
The documentation for this class was generated from the following files: