PHP Class Horde_Pgp_Element_Signature, horde

Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_Pgp_Element
显示文件 Open project: horde/horde Class Usage Examples

Protected Properties

Property Type Description
$_armor

Public Methods

Method Description
getSignaturePacket ( ) : OpenPGP_SignaturePacket Return the signature packet object.
getSignersKeyId ( ) : string Return the key ID used for the signature.

Method Details

getSignaturePacket() public method

Return the signature packet object.
public getSignaturePacket ( ) : OpenPGP_SignaturePacket
return OpenPGP_SignaturePacket Signature packet object.

getSignersKeyId() public method

Return the key ID used for the signature.
public getSignersKeyId ( ) : string
return string Key ID.

Property Details

$_armor protected_oe property

protected $_armor