defaultCertificateVerifier Class Reference
Default implementation for certificate verification.
More...
List of all members.
Detailed Description
Default implementation for certificate verification.
Constructor & Destructor Documentation
Member Function Documentation
| void setX509RootCAs |
( |
const std::vector< ref< X509Certificate > > & |
caCerts |
) |
|
Sets the X.509 root CAs used for certificate verification.
- Parameters:
-
| void setX509TrustedCerts |
( |
const std::vector< ref< X509Certificate > > & |
trustedCerts |
) |
|
Sets a list of X.509 certificates that are trusted.
- Parameters:
-
| trustedCerts | list of trusted certificates |
Verify that the specified certificate chain is trusted.
- Parameters:
-
- Exceptions:
-
Implements certificateVerifier.
The documentation for this class was generated from the following files: