pkc_lookup_element_in_trustlist(3sec)Retrieves a specified key Synopsis #include <pkc_certs.h> unsigned32 pkc_lookup_element_in_trustlist( pkc_trust_list_t * _trust_list, const pkc_trust_list_element_t ** key, unsigned long key_id); Parameters Input
trust_list
key_id Output
key Description pkc_lookup_element_in_trustlist(3sec) takes a trust list and a key id, and returns a pointer to the specified key (if the key is actually in the trust list). This routine is a C++ interface. C++ must be used to perform direct certificate manipulation. See also the contents of the asn.h and x509.h header files, which define some of the basic types used by the low-level certificate manipulation routines. Return Values
pkc_s_success Errors Refer to the OSF DCE Problem Determination Guide for complete descriptions of all error messages. Related Information
Functions:
Classes:
|