ValidatorList.h
Go to the documentation of this file.
bool validate(const Certificate *certificate)
Validate certificate via registered validators.
Definition: Alert.h:15
Implemented by SSL adapter to handle certificate operations.
Definition: Certificate.h:48
bool add(Validator *validator)
Add a validator to the list.
Definition: ValidatorList.h:39
Fingerprint::Types fingerprintTypes
Contains a list of registered fingerprint types.
Definition: ValidatorList.h:86
Class template to validate any kind of fingerprint.
Definition: Validator.h:43
bool pin(const T &fingerprint)
Pin a fingerprint.
Definition: ValidatorList.h:49
bool add(ValidatorCallback callback, void *data=nullptr)
Register a custom validator callback.
Definition: ValidatorList.h:64
Validator class wrapping a user-provided callback delegate, plus optional parameter.
Definition: Validator.h:77