live
Public Member Functions | Data Fields | Protected Member Functions | Protected Attributes
TLSState Class Reference

#include <TLSState.hh>

Inheritance diagram for TLSState:
Inheritance graph
[legend]

Public Member Functions

int write (const char *data, unsigned count)
 
int read (u_int8_t *buffer, unsigned bufferSize)
 
void nullify ()
 

Data Fields

Boolean isNeeded
 

Protected Member Functions

 TLSState ()
 
virtual ~TLSState ()
 
void initLibrary ()
 
void reset ()
 

Protected Attributes

Boolean fHasBeenSetup
 
SSL_CTX * fCtx
 
SSL * fCon
 

Detailed Description

Definition at line 37 of file TLSState.hh.

Constructor & Destructor Documentation

◆ TLSState()

TLSState::TLSState ( )
protected

◆ ~TLSState()

virtual TLSState::~TLSState ( )
protectedvirtual

Member Function Documentation

◆ initLibrary()

void TLSState::initLibrary ( )
protected

◆ nullify()

void TLSState::nullify ( )

◆ read()

int TLSState::read ( u_int8_t *  buffer,
unsigned  bufferSize 
)

◆ reset()

void TLSState::reset ( )
protected

◆ write()

int TLSState::write ( const char *  data,
unsigned  count 
)

Field Documentation

◆ fCon

SSL* TLSState::fCon
protected

Definition at line 57 of file TLSState.hh.

◆ fCtx

SSL_CTX* TLSState::fCtx
protected

Definition at line 56 of file TLSState.hh.

◆ fHasBeenSetup

Boolean TLSState::fHasBeenSetup
protected

Definition at line 55 of file TLSState.hh.

◆ isNeeded

Boolean TLSState::isNeeded

Definition at line 39 of file TLSState.hh.


The documentation for this class was generated from the following file: