Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
Secure Communication Module Reference Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

RWHttpsSecurityManager

Module:  Secure Communication Module   Package:  HTTPS


Does not inherit

Local Index

Members

Header File

#include <rw/https/RWHttpsSecurityManager.h>

Description

RWHttpsSecurityManager sets various parameters of the HTTPS package, such as:

Typedefs

typedef RWTFunctorR2<bool,RWCString,RWX509Certificate>
  RWHttpsNameCheckCallback;
typedef RWTFunctor2<RWCString,RWX509Certificate>
  RWHttpsNameMismatchCallback;

Static Public Member Functions

bool 
defaultNameCheckCallback(const RWCString& host, 
  const RWX509Certificate& cert)
void 
defaultNameMismatchCallback(const RWCString& host, 
  const RWX509Certificate& cert)
RWHttpsNameCheckCallback 
getNameCheckCallback();
RWHttpsNameMismatchCallback 
getNameMismatchCallback();
void
setAgentContext(const RWSecureSocketContext& ctx); 
void
setNameCheckCallback(const RWHttpsNameCheckCallback& nameCB);
void 
setNameMismatchCallback(const RWHttpsNameMismatchCallback& 
                         nameCB);


Previous fileTop of DocumentContentsIndex pageNext file

© 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.