\Horde_Pgp_Armor

Parse PGP armored text data.

Summary

Methods
Properties
Constants
create()
__construct()
count()
current()
key()
next()
rewind()
valid()
seek()
No public properties found
No constants found
No protected methods found
$_current
$_data
$_key
N/A
No private methods found
No private properties found
N/A

Properties

$_current

$_current : \Horde_Pgp_Element

Current element for iterator.

Type

\Horde_Pgp_Element

$_data

$_data : \Horde_Stream

Armor data.

Type

\Horde_Stream

$_key

$_key : integer

Current key for iterator.

Type

integer

Methods

create()

create(mixed  $data) : \Horde_Pgp_Armor

Create an armor object from input, if not already an armor object.

Parameters

mixed $data

Input data.

Returns

\Horde_Pgp_Armor

Armor object.

__construct()

__construct(  $data) 

Constructor.

Parameters

$data

count()

count() 

current()

current() 

key()

key() 

next()

next() 

rewind()

rewind() 

valid()

valid() 

seek()

seek(  $position) 

Parameters

$position