RTI Connext Micro C API Version 4.2.0
|
A structure for configuration this Transform PSL. More...
#include <psk_ossl_transform.h>
Data Fields | |
const char * | provider_name |
A 0-terminated string with the name of the crypto provider to use. or NULL for the default provider. | |
struct PSK_ErrListener | err_listener |
Configuration items for an error callback mechanism. | |
A structure for configuration this Transform PSL.
The values of the fields in this structure influence how the Transform PSL behaves. The details of what the impact is, is known to the implementation of the PSL only.
The configuration has to be provided at creation time and is immutable.
See Also PSK_OSSL_get_default_configuration
const char* DDS_SecTransform_Configuration::provider_name |
A 0-terminated string with the name of the crypto provider to use. or NULL for the default provider.
struct PSK_ErrListener DDS_SecTransform_Configuration::err_listener |
Configuration items for an error callback mechanism.