Certificate.h File Reference
Include dependency graph for Certificate.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Security |
Network/connection security abstraction layer. | |
Functions | |
SBuf | Security::SubjectName (Certificate &) |
The SubjectName field of the given certificate (if found) or an empty SBuf. More... | |
SBuf | Security::IssuerName (Certificate &) |
The Issuer field of the given certificate (if found) or an empty SBuf. More... | |
bool | Security::IssuedBy (Certificate &cert, Certificate &issuer) |
bool | Security::SelfSigned (Certificate &c) |
Whether the given certificate is self-signed. More... | |
std::ostream & | operator<< (std::ostream &, Security::Certificate &) |
reports a one-line gist of the Certificate Subject Name (for debugging) More... | |
Function Documentation
◆ operator<<()
std::ostream & operator<< | ( | std::ostream & | os, |
Security::Certificate & | cert | ||
) |
Definition at line 131 of file Certificate.cc.
References Security::SubjectName().