프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$_armor |
메소드 | 설명 | |
---|---|---|
__get ( $name ) | ||
getPublicKey ( ) | ||
getUnencryptedKey ( string $passphrase = null ) : Horde_Pgp_Element_PrivateKey | Return the unencrypted version of the private key. |
메소드 | 설명 | |
---|---|---|
_getSecretKeyPackets ( ) : array | Return the secret key packet. |
protected _getSecretKeyPackets ( ) : array | ||
리턴 | 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. |
리턴 | Horde_Pgp_Element_PrivateKey | Unencrypted key. |