SourcePro® 2023.1 |
SourcePro® API Reference Guide |
Represents a secure socket session and is used the client side of the SSL/TLS protocol for session reuse. More...
#include <rw/secsock/RWSecureSocketSession.h>
Public Member Functions | |
RWSecureSocketSession () | |
RWSecureSocketSessionRep | getRep () const |
bool | isValid () const |
Public Member Functions inherited from RWHandleBase | |
bool | isValid (void) const |
bool | operator!= (const RWHandleBase &second) const |
bool | operator< (const RWHandleBase &second) const |
bool | operator== (const RWHandleBase &second) const |
Related Functions | |
(Note that these are not member functions.) | |
typedef SSL_SESSION * | RWSecureSocketSessionRep |
Additional Inherited Members | |
Protected Member Functions inherited from RWHandleBase | |
RWHandleBase (void) | |
RWHandleBase (RWStaticCtor) | |
RWHandleBase (RWBodyBase *body) | |
RWHandleBase (const RWHandleBase &second) | |
~RWHandleBase (void) | |
RWBodyBase & | body (void) const |
RWHandleBase & | operator= (const RWHandleBase &second) |
RWSecureSocketSession represents a secure socket session. It is used on the client side of the SSL/TLS protocol to reuse sessions and avoids the overhead of the SSL/TLS handshake. Session reuse is described in the Secure Communication Module User's Guide.
RWSecureSocketSession is an adapter for the cryptographic library's representation of a secure socket session.
|
inline |
Creates an invalid session.
|
inline |
Returns a pointer to the cryptographic library's representation of the secure socket session. Returns 0
if the session is invalid.
|
inline |
Returns true
if this session refers to a valid session, false
otherwise.
|
related |
This is the internal secure socket session representation.
Copyright © 2023 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved. |