REVOKE_UNKNOWN
REVOKE_UNKNOWN
Revocation reasons.
PGP element: public key.
getSignKeys() : array
Returns the list of signing subkeys within this key.
An array of objects, with these keys:
getUserIds() : array
Returns the list of user ID information associated with this key.
An array of objects, with these keys:
getEncryptKeys() : array
Return the list of verified encryption subkeys in this key.
An array of objects, with these keys:
getPublicKey() : \Horde_Pgp_Element_PublicKey
Return the public key.
Public key.
create(mixed $data) : \Horde_Pgp_Element
Creates the element from the first found armor part of the class type in the armored input data.
mixed | $data | Armored PGP data. |
PGP element object.