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

Public Member Functions

 OcspResponse (const uint8_t *dat_ptr, size_t dat_size)
 
 OcspResponse (std::string_view response)
 
Blob pack () const
 
std::string toString (const bool compact=true) const
 
gnutls_ocsp_cert_status_t getCertificateStatus () const
 
gnutls_ocsp_cert_status_t verifyDirect (const Certificate &crt, const Blob &nonce)
 

Detailed Description

Definition at line 354 of file crypto.h.

Constructor & Destructor Documentation

◆ OcspResponse()

dht::crypto::OcspResponse::OcspResponse ( std::string_view response)
inline

Definition at line 358 of file crypto.h.


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