.pdf)
WHM Plugins
| API Version: | 2 - Click here for documentation |
|---|---|
| Description: | Retrieve the number of private GPG keys installed for a user. |
| Returns: | |
<data> <count> An integer value that contains the number of GPG private keys.</count> </data> |
| API Version: | 2 - Click here for documentation |
|---|---|
| Description: | List public GPG keys installed for the user. |
| Returns: | |
<data> <bits> A string value that contains the length of the key in bits. (e.g. 1024D)</bits> <keyid> A string value that contains the key ID.</keyid> <id> A string value that contains the key ID.</id> <date> A string value that contains the date the key was created.</date> <key> A string value that contains any identifying characteristics of key. (e.g. 'keyid [1024D] name_of_key (short name) (email@example.com)')</key> <type> A string value that contains 'pub' if the key is public.</type> <email> A string value that contains the email address encoded in the key.</email> <name> A string value that contains long and short names of the key.</name> </data> |
| API Version: | 2 - Click here for documentation |
|---|---|
| Description: | Retrieve the number of public GPG keys installed for a user. You must have access to the 'gpg' feature to use this function. |
| Returns: | |
<data> <count> An integer value that contains the number of public GPG keys.</count> </data> |
| API Version: | 2 - Click here for documentation |
|---|---|
| Description: | List GPG private (secret) keys associated with a user. |
| Returns: | |
<data> <bits> A string value that contains the length of the key in bits. (e.g. 1024D)</bits> <keyid> A string value that contains the key ID.</keyid> <id> A string value that contains the key ID.</id> <date> A string value that contains the date of the key's creation.</date> <key> A string value that contains any identifying characteristics of the key. (e.g. 'keyid [1024D] name_of_key (short name) (email@example.com)')</key> <type> A string value that will contain 'sec' if the key is private.</type> <email> A string value that contains the email address encoded in the key.</email> <name> A string value that contains both the long and short names of key.</name> </data> |