Ssl::GeneralNameMatcher Class Referenceabstract

an algorithm for checking/testing/comparing X.509 certificate names More...

#include <support.h>

Inheritance diagram for Ssl::GeneralNameMatcher:
Collaboration diagram for Ssl::GeneralNameMatcher:

Public Member Functions

bool match (const Ssl::GeneralName &) const
 whether the given name satisfies algorithm conditions More...
 

Protected Member Functions

virtual bool matchDomainName (const Dns::DomainName &) const =0
 
virtual bool matchIp (const Ip::Address &) const =0
 

Detailed Description

Definition at line 298 of file support.h.

Member Function Documentation

◆ match()

bool Ssl::GeneralNameMatcher::match ( const Ssl::GeneralName name) const

◆ matchDomainName()

virtual bool Ssl::GeneralNameMatcher::matchDomainName ( const Dns::DomainName ) const
protectedpure virtual

◆ matchIp()

virtual bool Ssl::GeneralNameMatcher::matchIp ( const Ip::Address ) const
protectedpure virtual

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

 

Introduction

Documentation

Support

Miscellaneous

Web Site Translations

Mirrors