AWS IoT Device SDK C++ v2  1.33.0
AWS IoT Device SDK C++ v2
Classes | Namespaces | Typedefs | Enumerations
TlsOptions.h File Reference
#include <aws/crt/Types.h>
#include <aws/crt/io/ChannelHandler.h>
#include <aws/io/tls_channel_handler.h>
#include <functional>
#include <memory>

Go to the source code of this file.

Classes

class  Aws::Crt::Io::TlsContextOptions
 
class  Aws::Crt::Io::TlsContextPkcs11Options
 
class  Aws::Crt::Io::TlsConnectionOptions
 
class  Aws::Crt::Io::TlsContext
 
class  Aws::Crt::Io::TlsChannelHandler
 
class  Aws::Crt::Io::ClientTlsChannelHandler
 

Namespaces

 Aws
 
 Aws::Crt
 
 Aws::Crt::Io
 

Typedefs

using Aws::Crt::Io::NewTlsContextImplCallback = std::function< void *(TlsContextOptions &, TlsMode, Allocator *)>
 
using Aws::Crt::Io::DeleteTlsContextImplCallback = std::function< void(void *)>
 
using Aws::Crt::Io::IsTlsAlpnSupportedCallback = std::function< bool()>
 
using Aws::Crt::Io::NewClientTlsHandlerCallback = std::function< std::shared_ptr< ClientTlsChannelHandler >(struct aws_channel_slot *slot, const struct aws_tls_connection_options &options, Allocator *allocator)>
 

Enumerations

enum  Aws::Crt::Io::TlsMode { Aws::Crt::Io::TlsMode::CLIENT, Aws::Crt::Io::TlsMode::SERVER }