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