Botan 2.19.3
Crypto and TLS for C&
|
Name Constraints. More...
#include <pkix_types.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 314 of file pkix_types.h.
|
inline |
Creates an empty name NameConstraints.
Definition at line 320 of file pkix_types.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 327 of file pkix_types.h.
|
inline |
Definition at line 340 of file pkix_types.h.
Referenced by Botan::X509_Certificate::to_string(), and Botan::Cert_Extension::Name_Constraints::validate().
|
inline |
Definition at line 335 of file pkix_types.h.
Referenced by Botan::X509_Certificate::to_string(), and Botan::Cert_Extension::Name_Constraints::validate().