Property | Type | Description | |
---|---|---|---|
$_armor |
Method | Description | |
---|---|---|
__get ( $name ) | ||
getPublicKey ( ) | ||
getUnencryptedKey ( string $passphrase = null ) : Horde_Pgp_Element_PrivateKey | Return the unencrypted version of the private key. |
Method | Description | |
---|---|---|
_getSecretKeyPackets ( ) : array | Return the secret key packet. |
protected _getSecretKeyPackets ( ) : array | ||
return | array | Packet ID as keys, OpenPGP_SecretKeyPacket objects as values. |
public getUnencryptedKey ( string $passphrase = null ) : Horde_Pgp_Element_PrivateKey | ||
$passphrase | string | The passphrase used to encrypt the key. |
return | Horde_Pgp_Element_PrivateKey | Unencrypted key. |