|
Botan
2.13.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 147 of file name_constraint.h.
|
inline |
Creates an empty name NameConstraints.
Definition at line 153 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 160 of file name_constraint.h.
|
inline |
Definition at line 173 of file name_constraint.h.
Referenced by Botan::X509_Certificate::to_string(), and Botan::Cert_Extension::Name_Constraints::validate().
|
inline |
Definition at line 168 of file name_constraint.h.
Referenced by Botan::X509_Certificate::to_string(), and Botan::Cert_Extension::Name_Constraints::validate().
1.8.9.1