AWS IoT Device SDK C++ v2 1.44.1
AWS IoT Device SDK C++ v2
Loading...
Searching...
No Matches
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

namespace  Aws
namespace  Aws::Crt
namespace  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

Enumerations

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