|
My Project 3.5.5
C++ Distributed Hash Table
|
Classes | |
| struct | VerifyResult |
Public Member Functions | |
| TrustList (TrustList &&o) noexcept | |
| TrustList & | operator= (TrustList &&o) noexcept |
| void | add (const Certificate &crt) |
| void | add (const RevocationList &crl) |
| void | remove (const Certificate &crt, bool parents=true) |
| VerifyResult | verify (const Certificate &crt) const |
|
inlinenoexcept |