Botan 3.3.0
Crypto and TLS for C&
Classes | Namespaces | Functions
x509self.h File Reference

Public Header. More...

#include <botan/pkcs10.h>
#include <botan/pkix_types.h>
#include <botan/x509cert.h>

Go to the source code of this file.

Classes

class  Botan::X509_Cert_Options
 

Namespaces

namespace  Botan
 
namespace  Botan::X509
 

Functions

PKCS10_Request Botan::X509::create_cert_req (const X509_Cert_Options &opts, const Private_Key &key, std::string_view hash_fn, RandomNumberGenerator &rng)
 
X509_Certificate Botan::X509::create_self_signed_cert (const X509_Cert_Options &opts, const Private_Key &key, std::string_view hash_fn, RandomNumberGenerator &rng)
 

Detailed Description

Public Header.

Definition in file x509self.h.