24 #ifdef OPENDDS_SECURITY 28 , key_exchange_(CryptoKeyExchange::_narrow(key_factory_))
29 , transform_(CryptoTransform::_narrow(key_factory_))
30 , utility_(DCPS::make_rch<UtilityImpl>())
39 #ifdef OPENDDS_SECURITY virtual DCPS::RcHandle< Utility > create_utility()
virtual CryptoKeyExchange_var create_crypto_key_exchange()
CryptoTransform_var transform_
virtual CryptoTransform_var create_crypto_transform()
Implements the DDS built-in version of the Access Control plugin for the DDS Security Specification...
CryptoKeyExchange_var key_exchange_
virtual CryptoKeyFactory_var create_crypto_key_factory()
Authentication_var authentication_
~BuiltInSecurityPluginInst()
BuiltInSecurityPluginInst()
virtual AccessControl_var create_access_control()
AccessControl_var access_control_
virtual Authentication_var create_authentication()
#define OPENDDS_END_VERSIONED_NAMESPACE_DECL
CryptoKeyFactory_var key_factory_
DCPS::RcHandle< Utility > utility_
The Internal API and Implementation of OpenDDS.
Implements the DDS built-in version of the Authentication plugin for the DDS Security Specification...