Botan  1.10.9
Namespaces | Macros
x509_ext.cpp File Reference
#include <botan/x509_ext.h>
#include <botan/sha160.h>
#include <botan/der_enc.h>
#include <botan/ber_dec.h>
#include <botan/oids.h>
#include <botan/internal/bit_ops.h>
#include <algorithm>
#include <memory>

Go to the source code of this file.

Namespaces

 Botan
 
 Botan::Cert_Extension
 

Macros

#define X509_EXTENSION(NAME, TYPE)
 

Macro Definition Documentation

#define X509_EXTENSION (   NAME,
  TYPE 
)
Value:
if(OIDS::name_of(oid, NAME)) \
return new Cert_Extension::TYPE();
bool name_of(const OID &oid, const std::string &name)
Definition: oids.cpp:69
OID oid
Definition: x509_ext.cpp:446

Variable Documentation

OID oid