C++ Distributed Hash Table
Classes | Public Member Functions | List of all members
dht::crypto::TrustList Struct Reference

Classes

struct  VerifyResult
 

Public Member Functions

 TrustList (TrustList &&o)
 
TrustListoperator= (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
 

Detailed Description

Definition at line 490 of file crypto.h.


The documentation for this struct was generated from the following file: