RTI Connext Micro C API Version 4.2.0
Loading...
Searching...
No Matches
DDS_SecTransform_Configuration Struct Reference

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.
 

Detailed Description

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

Field Documentation

◆ provider_name

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.

◆ err_listener

struct PSK_ErrListener DDS_SecTransform_Configuration::err_listener

Configuration items for an error callback mechanism.