PHP 클래스 Horde_Pgp_Element_PrivateKey, horde

저자: Michael Slusarz ([email protected])
상속: extends Horde_Pgp_Element_Key
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_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.

메소드 상세

__get() 공개 메소드

public __get ( $name )

_getSecretKeyPackets() 보호된 메소드

Return the secret key packet.
protected _getSecretKeyPackets ( ) : array
리턴 array Packet ID as keys, OpenPGP_SecretKeyPacket objects as values.

getPublicKey() 공개 메소드

public getPublicKey ( )

getUnencryptedKey() 공개 메소드

Return the unencrypted version of the private key.
public getUnencryptedKey ( string $passphrase = null ) : Horde_Pgp_Element_PrivateKey
$passphrase string The passphrase used to encrypt the key.
리턴 Horde_Pgp_Element_PrivateKey Unencrypted key.

프로퍼티 상세

$_armor 보호되어 있는 프로퍼티

protected $_armor