|
Squid Web Cache master
|
Public Member Functions | |
| void | setCert (X509 *) |
| Sets cert to the given certificate. | |
Public Attributes | |
| std::string | name |
| The certificate Id to use. | |
| Security::CertPointer | cert |
| A pointer to certificate. | |
This class used to hold the certId/cert pairs found in cert validation messages.
Definition at line 87 of file cert_validate_message.h.
| void Ssl::CertValidationMsg::CertItem::setCert | ( | X509 * | aCert | ) |
Definition at line 237 of file cert_validate_message.cc.
Referenced by Ssl::CertValidationMsg::tryParsingResponse().
| Security::CertPointer Ssl::CertValidationMsg::CertItem::cert |
Definition at line 91 of file cert_validate_message.h.
| std::string Ssl::CertValidationMsg::CertItem::name |
Definition at line 90 of file cert_validate_message.h.
Referenced by Ssl::CertValidationMsg::tryParsingResponse().