PHP Class Horde_Pgp_Element_SignedMessage, horde

Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_Pgp_Element
Mostrar archivo Open project: horde/horde Class Usage Examples

Protected Properties

Property Type Description
$_armor

Public Methods

Method Description
__construct ( $data, array $headers = [] )
__get ( $name )
__toString ( )
dashEscapeText ( string $text ) : string Returns the normalized & dash-escaped text (RFC 4880 [7.1]) of the cleartext signed message.
dashUnescapeText ( string $text ) : string Returns text after reversing any dash-escaping (RFC 4880 [7.1]) previously done on it.

Method Details

__construct() public method

public __construct ( $data, array $headers = [] )
$headers array

__get() public method

public __get ( $name )

__toString() public method

public __toString ( )

dashEscapeText() public static method

Returns the normalized & dash-escaped text (RFC 4880 [7.1]) of the cleartext signed message.
public static dashEscapeText ( string $text ) : string
$text string Unescaped text.
return string Escaped text.

dashUnescapeText() public static method

Returns text after reversing any dash-escaping (RFC 4880 [7.1]) previously done on it.
public static dashUnescapeText ( string $text ) : string
$text string Escaped text.
return string Unescaped text.

Property Details

$_armor protected_oe property

protected $_armor