Botan  1.11.15
Namespaces | Defines
src/lib/cert/x509/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/charset.h>
#include <botan/internal/bit_ops.h>
#include <algorithm>

Go to the source code of this file.

Namespaces

namespace  Botan
namespace  Botan::Cert_Extension

Defines

#define X509_EXTENSION(NAME, TYPE)

Define Documentation

#define X509_EXTENSION (   NAME,
  TYPE 
)
Value:
if(OIDS::name_of(oid, NAME))    \
      return new Cert_Extension::TYPE();