#include <keyring_generator_service_definition.h>
◆ generate()
| mysql_service_status_t keyring_lockable::keyring_common::service_definition::Keyring_generator_service_impl::generate |
( |
const char * |
data_id, |
|
|
const char * |
auth_id, |
|
|
const char * |
data_type, |
|
|
size_t |
data_size |
|
) |
| |
|
staticnoexcept |
Generate data and store in keyring.
- Parameters
-
| [in] | data_id | Data Identifier |
| [in] | auth_id | Authorization ID |
| [in] | data_type | Type of data. Assumed null terminated. |
| [in] | data_size | Size of the data to be generated |
- Returns
- status of the operation
- Return values
-
| false | Success - Key generated and stored in keyring. |
| true | Failure |
The documentation for this class was generated from the following files: