My Project 3.5.5
C++ Distributed Hash Table
Loading...
Searching...
No Matches
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 651 of file crypto.h.

Constructor & Destructor Documentation

◆ TrustList()

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

Definition at line 664 of file crypto.h.


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