Свойство | Тип | Описание | |
---|---|---|---|
$armorVersion | string | Armor header identifying the current software version. | |
$headers | array | Armor headers. | |
$message | OpenPGP_Message | Message object. |
Свойство | Тип | Описание | |
---|---|---|---|
$_armor | string | Armor identifier. |
Метод | Описание | |
---|---|---|
__construct ( mixed $data, array $headers = [] ) | Constructor. | |
__toString ( ) | ||
create ( mixed $data ) : Horde_Pgp_Element | Creates the element from the first found armor part of the class type in the armored input data. |
public __construct ( mixed $data, array $headers = [] ) | ||
$data | mixed | Data of the part. Either raw PGP data or a OpenPGP_Message object. |
$headers | array | Header array. |
public string $armorVersion | ||
Результат | string |