pkc_copy_trustlist(3sec)Copies a trust list Synopsis #include <pkc_certs.h> unsigned32 pkc_copy_trustlist( const pkc_trust_list_t* input_trust_list, pkc_trust_list_t ** trust_list); Parameters Input
input_trust_list Output
output_trust_list Description pkc_copy_trustlist(3sec) creates a functionally equivalent copy of a trust list. The key ids within the newly created trust list will be different from those in the original trust list, but the keys and the trust relationships between them will be the same.. 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:
|