Validator.h File Reference
#include <Delegate.h>
#include "Certificate.h"
#include "Fingerprints.h"
Include dependency graph for Validator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Ssl::Validator
 Base validator class. More...
 
class  Ssl::FingerprintValidator< FP >
 Class template to validate any kind of fingerprint. More...
 
class  Ssl::CallbackValidator
 Validator class wrapping a user-provided callback delegate, plus optional parameter. More...
 

Namespaces

 Ssl
 

Typedefs

using Ssl::ValidatorCallback = Delegate< bool(const Certificate *certificate, void *data)>
 Validator callback function. More...
 
typedef Ssl::ValidatorCallback SslValidatorCallback
 

Typedef Documentation

◆ SslValidatorCallback