Свойство | Type | Description | |
---|---|---|---|
$_armor |
Méthode | Description | |
---|---|---|
__get ( $name ) | ||
getPublicKey ( ) | ||
getUnencryptedKey ( string $passphrase = null ) : Horde_Pgp_Element_PrivateKey | Return the unencrypted version of the private key. |
Méthode | Description | |
---|---|---|
_getSecretKeyPackets ( ) : array | Return the secret key packet. |
protected _getSecretKeyPackets ( ) : array | ||
Résultat | 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. |
Résultat | Horde_Pgp_Element_PrivateKey | Unencrypted key. |