Botan  2.1.0
Crypto and TLS for C++11
Classes | Namespaces | Enumerations | Functions
x509cert.h File Reference
#include <botan/x509_obj.h>
#include <botan/x509_dn.h>
#include <botan/x509_key.h>
#include <botan/x509_ext.h>
#include <botan/asn1_alt_name.h>
#include <botan/datastor.h>
#include <botan/key_constraint.h>
#include <botan/name_constraint.h>
#include <map>
#include <memory>

Go to the source code of this file.

Classes

class  Botan::X509_Certificate
 

Namespaces

 Botan
 

Enumerations

enum  Botan::Usage_Type {
  Botan::Usage_Type::UNSPECIFIED, Botan::Usage_Type::TLS_SERVER_AUTH, Botan::Usage_Type::TLS_CLIENT_AUTH, Botan::Usage_Type::CERTIFICATE_AUTHORITY,
  Botan::Usage_Type::OCSP_RESPONDER
}
 

Functions

AlternativeName Botan::create_alt_name (const Data_Store &info)
 
X509_DN Botan::create_dn (const Data_Store &info)
 
bool Botan::operator!= (const X509_Certificate &cert1, const X509_Certificate &cert2)