KeyList Event
Lists the keysets in a CSP (see the ListKeys method).
Object Oriented Interface
public function fireKeyList($param);
Procedural Interface
ipworksopenpgp_certmgr_register_callback($res, 4, array($this, 'fireKeyList'));
Parameter List
'keycontainer'
'keytype'
'algid'
'keylen'
Remarks
The KeyContainer parameter is the name used to identify the keyset (public/private key pair) when it was first created.
KeyType shows the key type: 1 for key exchange (encryption) keys, and 2 for digital signature keys.
KeyLen shows the length of the public key (in bits).