ListSubkeys Method
Lists the subkeys of the currently selected key.
Object Oriented Interface
public function doListSubkeys();
Procedural Interface
ipworksopenpgp_keymgr_do_listsubkeys($res);
Remarks
This method lists all subkeys of current key. The SubkeyList event will be fired for each subkey.
SubkeyList data will also be returned from this method, however it is recommended to use the SubkeyList event if possible.