Definition in file certificate.hpp.
Go to the source code of this file.
#include <list>
#include <memory>
#include <optional>
#include <string>
#include <string_view>
#include <userver/crypto/basic_types.hpp>
Classes | |
class | crypto::Certificate |
Namespaces | |
namespace | crypto |
Cryptography support. | |
Typedefs | |
using | crypto::CertificatesChain = std::list<Certificate> |
Functions | |
CertificatesChain | crypto::LoadCertificatesChainFromString (std::string_view chain) |