PreviousNext

pkc_trust_list.class(3sec)

A class that expresses certificate trust list operations

Member Data

Public

· pkc_trust_list_element_t * first

· pkc_trust_list_element_t * last

· pkc_revocation_list_t revocation_list
List of revocations

Member Functions

Public

· pkc_trust_list_t(void)

· void empty(void)

· virtual ~pkc_trust_list_t( )

· pkc_trust_list_t & operator = (const pkc_trust_list_t & o)

· unsigned32 fixup_links(void)

· unsigned32 find_certified_key( )
Returns the first key entry that was created from the specified certificate. Call find_next_certified_key( ) to return the next such key. Takes the following arguments:

- const x500name & certifier

- const asn_integer & certifying_serial_no

- pkc_trust_list_element_t ** key

· unsigned32 find_next_certified_key( )
Returns the next key entry that was created from the same certificate as the current entry. key is both an input and an output. Takes the following argument:

- pkc_trust_list_element_t ** key

· unsigned32 find_certified_key_by_id( )
Returns the first key entry that was certified by the specified key id. Call find_next_certified_key_by_id( ) to return the next such key. Takes the following arguments:

- unsigned long ca_key_id

- pkc_trust_list_element_t ** key

· unsigned32 find_next_certified_key_by_id( )
Returns the next key entry that was certified by the same key as the current entry. key is both an input and an output. Takes the following argument:

- pkc_trust_list_element_t ** key

Description

pkc_trust_list_t embodies rules and operations for a certificate trust list. This class has the friend class pkc_trust_list_element_t.

The certificate manipulation routines are a C++ interface. C++ must be used to perform direct certificate manipulation.

Related Information

Classes:
pkc_ca_key_usage.class(3sec)
pkc_constraints.class(3sec)
pkc_generic_key_usage.class(3sec)
pkc_key_policies.class(3sec)
pkc_key_policy.class(3sec)
pkc_key_usage.class(3sec)
pkc_name_subord_constraint.class(3sec)
pkc_name_subord_constraints.class(3sec)
pkc_name_subtree_constraint.class(3sec)
pkc_name_subtree_constraints.class(3sec)
pkc_pending_revocation.class(3sec)
pkc_revocation.class(3sec)
pkc_revocation_list.class(3sec)
pkc_trust_list_element.class(3sec)
pkc_trusted_key.class(3sec)