Ssl::SessionId Class Reference

Manages buffer to store SSL Session ID. More...

#include <SessionId.h>

Public Member Functions

const uint8_tgetValue () const
 
unsigned getLength () const
 
bool isValid () const
 
bool assign (const uint8_t *newValue, unsigned newLength)
 
String toString () const
 Return a string representation of the session ID. More...
 

Detailed Description

Manages buffer to store SSL Session ID.

Member Function Documentation

◆ assign()

bool Ssl::SessionId::assign ( const uint8_t newValue,
unsigned  newLength 
)
inline

◆ getLength()

unsigned Ssl::SessionId::getLength ( ) const
inline

◆ getValue()

const uint8_t* Ssl::SessionId::getValue ( ) const
inline

◆ isValid()

bool Ssl::SessionId::isValid ( ) const
inline

◆ toString()

String Ssl::SessionId::toString ( ) const
inline

Return a string representation of the session ID.


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