Botan
1.10.9
|
#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) |
#define X509_EXTENSION | ( | NAME, | |
TYPE | |||
) |
OID oid |
Definition at line 446 of file x509_ext.cpp.
Referenced by Botan::X509_DN::add_attribute(), Botan::X509_DN::decode_from(), Botan::Extensions::decode_from(), Botan::AlternativeName::decode_from(), Botan::X509_DN::get_attribute(), Botan::EC_Group::get_oid(), Botan::X509_Certificate::to_string(), and Botan::X942_PRF::X942_PRF().