My Project 3.2.0
C++ Distributed Hash Table
Loading...
Searching...
No Matches
dht::crypto::OcspRequest Class Reference

Public Member Functions

 OcspRequest (gnutls_ocsp_req_t r)
 
 OcspRequest (const uint8_t *dat_ptr, size_t dat_size)
 
 OcspRequest (std::string_view dat)
 
std::string toString (const bool compact=true) const
 
Blob pack () const
 
Blob getNonce () const
 

Detailed Description

Definition at line 335 of file crypto.h.

Constructor & Destructor Documentation

◆ OcspRequest() [1/2]

dht::crypto::OcspRequest::OcspRequest ( gnutls_ocsp_req_t r)
inline

Definition at line 338 of file crypto.h.

◆ OcspRequest() [2/2]

dht::crypto::OcspRequest::OcspRequest ( std::string_view dat)
inline

Definition at line 340 of file crypto.h.


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