  
      Key Table Management Routines
dced_keytab_create  Creates a key table with a list of keys in a new file 
dced_keytab_delete  Deletes a key table file and removes the associated entry 
dced_keytab_initialize_cursor  Obtains a list of keys from a key table and sets a cursor at the beginning of the list 
dced_keytab_get_next_key  Returns a key from a cached list, and advances the cursor 
dced_keytab_release_cursor  Releases the resources associated with a cursor that traverses a key table 
dced_keytab_add_key  Adds a key to a key table 
dced_keytab_change_key  Changes a key in both a key table and in the security registry 
dced_keytab_remove_key  Removes a key from a key table 
 
 
  |