pkc_name_subtree_constraint.class(3sec)A class that expresses a subtree constraint on a name Member Data Public · pkc_name_subtree_constraint_t * next · pkc_name_subtree_constraint_t * prev · x500name * base · x500name * chopBefore · x500name * chopAfter · unsigned minimum · unsigned maximum Member Functions Public · void unlink(void) · virtual ~pkc_name_subtree_constraint_t( )
· pkc_name_subtree_constraint_t( ) - pkc_name_subtree_constraints_t * theRoot
· void set_base( ) - const x500name & n
· void set_chopBefore( ) - const x500name & n
· void set_chopAfter( ) - const x500name & n
· void set_minimum( ) - unsigned n
· void set_maximum( ) - unsigned n
· char is_permitted( ) const - const x500name & issuer_name - const x500name & subject_name
Return values have the following meanings:
· void get_next_link_constraint( ) const - pkc_name_subtree_constraint_t ** new_constraint Description pkc_name_subtree_constraint_t embodies a subtree constraint on a name. The certificate manipulation routines are a C++ interface. C++ must be used to perform direct certificate manipulation. Related Information
Classes:
|