24#ifndef KEYRING_GENERATOR_SERVICE_IMPL_INCLUDED
25#define KEYRING_GENERATOR_SERVICE_IMPL_INCLUDED
50 (
const char *data_id,
const char *auth_id,
51 const char *data_type,
size_t data_size));
56#define KEYRING_GENERATOR_IMPLEMENTOR(component_name) \
57 BEGIN_SERVICE_IMPLEMENTATION(component_name, keyring_generator) \
58 keyring_common::service_definition::Keyring_generator_service_impl::generate \
59 END_SERVICE_IMPLEMENTATION()
Definition: keyring_generator_service_definition.h:34
static mysql_service_status_t generate(const char *data_id, const char *auth_id, const char *data_type, size_t data_size) noexcept
Generate data and store in keyring.
Definition: keyring_generator_service_definition.cc:42
Specifies macros to define Components.
Definition: keyring_encryption_service_definition.h:32
Specifies macros to define Service Implementations.
#define DEFINE_BOOL_METHOD(name, args)
A short macro to define method that returns bool, which is the most common case.
Definition: service_implementation.h:88