My Project 3.2.0
C++ Distributed Hash Table
Loading...
Searching...
No Matches
Classes | Public Member Functions | List of all members
dht::crypto::TrustList Struct Reference

Classes

struct  VerifyResult
 

Public Member Functions

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

Detailed Description

Definition at line 644 of file crypto.h.

Constructor & Destructor Documentation

◆ TrustList()

dht::crypto::TrustList::TrustList ( TrustList && o)
inlinenoexcept

Definition at line 657 of file crypto.h.


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