Discuss this help topic in SecureBlackbox Forum
Adds a public key to the key ring.
Declaration
Parameters
Return value
Index of the newly added key.
Description
Use this method when you need to add new public key to key ring.
The key is added to key ring with all the corresponding subkeys, signatures and user-ids.
If such key is already present in the keyring only new information
(signatures, subkeys, UserID) will be added.
Key is copied during adding so Key instance can be freed after call to this method.