Botan
2.1.0
Crypto and TLS for C++11
|
Name Constraints. More...
#include <name_constraint.h>
Public Member Functions | |
const std::vector< GeneralSubtree > & | excluded () const |
NameConstraints () | |
NameConstraints (std::vector< GeneralSubtree > &&permitted_subtrees, std::vector< GeneralSubtree > &&excluded_subtrees) | |
const std::vector< GeneralSubtree > & | permitted () const |
Name Constraints.
Wraps the Name Constraints associated with a certificate.
Definition at line 144 of file name_constraint.h.
|
inline |
Creates an empty name NameConstraints.
Definition at line 150 of file name_constraint.h.
|
inline |
Creates NameConstraints from a list of permitted and excluded subtrees.
permitted_subtrees | names for which the certificate is permitted |
excluded_subtrees | names for which the certificate is not permitted |
Definition at line 157 of file name_constraint.h.
|
inline |
Definition at line 170 of file name_constraint.h.
Referenced by Botan::X509_Certificate::to_string(), and Botan::Cert_Extension::Name_Constraints::validate().
|
inline |
Definition at line 165 of file name_constraint.h.
Referenced by Botan::X509_Certificate::to_string(), and Botan::Cert_Extension::Name_Constraints::validate().