|
Squid Web Cache master
|
#include <CertError.h>
Public Member Functions | |
| CertError (int anErr, const Security::CertPointer &aCert, int aDepth=-1) | |
| bool | operator== (const CertError &ce) const |
| bool | operator!= (const CertError &ce) const |
Public Attributes | |
| Security::ErrorCode | code |
| certificate error code | |
| Security::CertPointer | cert |
| certificate with the above error code | |
| int | depth |
An X.509 certificate-related error. Pairs an error code with the certificate experiencing the error.
Definition at line 19 of file CertError.h.
|
inline |
Definition at line 22 of file CertError.h.
|
inline |
Definition at line 32 of file CertError.h.
|
inline |
Definition at line 26 of file CertError.h.
| Security::CertPointer Security::CertError::cert |
Definition at line 38 of file CertError.h.
Referenced by operator==().
| Security::ErrorCode Security::CertError::code |
Definition at line 37 of file CertError.h.
Referenced by operator==().
| int Security::CertError::depth |
Absolute cert position in the final certificate chain that may include intermediate certificates. Chain positions start with zero and increase towards the root certificate. Negative if unknown.
Definition at line 45 of file CertError.h.
Referenced by operator==().