rwlogo
SourcePro C++ 12.0

SourcePro® C++ API Reference Guide



   SourcePro C++
Documentation Home

HTTPS
[Secure Communications Module]


Module Description

These classes provide allow you easily to create encrypted HTTP connections (HTTPS) in your applications.

Classes

class  RWHttpsCertificateNameParseError
 Exception class indicating that the default name check callback cannot extract the CommanName from an RWX509Certificate. More...
class  RWHttpsCertificateNameMismatch
 Exception class indicating that the default name mismatch callback has been invoked. More...
class  RWHttpsSecureSocketClient
 Handle class for parent RWHttpClient, providing implementation-specific details for HTTPS clients. More...
class  RWHttpsSecurityManager
 Sets various parameters for the HTTPS package. More...

Enumerations

enum  RWHttpsConnectionStart { RW_HTTPS_START_SECURE, RW_HTTPS_START_INSECURE }

Enumeration Type Documentation

Determines the initial security setting of a secure socket client.

See also:
RWHttpsSecureSocketClient
Enumerator:
RW_HTTPS_START_SECURE 

Starts a secure connection.

RW_HTTPS_START_INSECURE 

Starts an insecure connection.

 All Classes Functions Variables Typedefs Enumerations Enumerator Friends

© Copyright Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave and SourcePro are registered trademarks of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.