Botan
1.10.9
|
#include <x509_ext.h>
Public Member Functions | |
Basic_Constraints (bool ca=false, size_t limit=0) | |
Basic_Constraints * | copy () const |
bool | get_is_ca () const |
size_t | get_path_limit () const |
OID | oid_of () const |
Protected Member Functions | |
virtual bool | should_encode () const |
Basic Constraints Extension
Definition at line 95 of file x509_ext.h.
|
inline |
Definition at line 101 of file x509_ext.h.
|
inlinevirtual |
Make a copy of this extension
Implements Botan::Certificate_Extension.
Definition at line 98 of file x509_ext.h.
|
inline |
Definition at line 104 of file x509_ext.h.
size_t Botan::Cert_Extension::Basic_Constraints::get_path_limit | ( | ) | const |
Definition at line 171 of file x509_ext.cpp.
|
inherited |
Definition at line 72 of file x509_ext.cpp.
References Botan::OIDS::lookup(), and Botan::Certificate_Extension::oid_name().
Referenced by Botan::Extensions::encode_into().
|
inlineprotectedvirtualinherited |
Definition at line 58 of file x509_ext.h.
Referenced by Botan::Extensions::encode_into().