#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 More... | |
Security::CertPointer | cert |
certificate with the above error code More... | |
int | depth |
Detailed Description
An X.509 certificate-related error. Pairs an error code with the certificate experiencing the error.
Definition at line 19 of file CertError.h.
Constructor & Destructor Documentation
◆ CertError()
|
inline |
Definition at line 22 of file CertError.h.
Member Function Documentation
◆ operator!=()
|
inline |
Definition at line 32 of file CertError.h.
◆ operator==()
|
inline |
Definition at line 26 of file CertError.h.
Member Data Documentation
◆ cert
Security::CertPointer Security::CertError::cert |
Definition at line 38 of file CertError.h.
Referenced by operator==().
◆ code
Security::ErrorCode Security::CertError::code |
Definition at line 37 of file CertError.h.
Referenced by operator==().
◆ depth
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==().
The documentation for this class was generated from the following file:
- src/security/CertError.h