REVOKE_UNKNOWN
REVOKE_UNKNOWN
Revocation reasons.
PGP element: private 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.
getUnencryptedKey(string $passphrase = null) : \Horde_Pgp_Element_PrivateKey
Return the unencrypted version of the private key.
string | $passphrase | The passphrase used to encrypt the key. |
Unencrypted key.