SourcePro® API Reference Guide

 
Loading...
Searching...
No Matches

Classes

class  RWHttpsCertificateNameMismatch
 Exception class indicating that the default name mismatch callback has been invoked. More...
 
class  RWHttpsCertificateNameParseError
 Exception class indicating that the default name check callback cannot extract the CommonName from an RWX509Certificate. 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 }
 

Detailed Description

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

Enumeration Type Documentation

◆ RWHttpsConnectionStart

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

Copyright © 2024 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved.