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