PHP Class OpenPGP_CompressedDataPacket, horde

See also: http://tools.ietf.org/html/rfc4880#section-5.6
Inheritance: extends OpenPGP_Packet, implements IteratorAggregate, implements ArrayAccess
Mostrar archivo Open project: horde/horde

Public Properties

Property Type Description
$algorithm
$algorithms * see http://tools.ietf.org/html/rfc4880#section-9.3

Public Methods

Method Description
body ( )
getIterator ( ) IteratorAggregate interface
offsetExists ( $offset ) ArrayAccess interface
offsetGet ( $offset )
offsetSet ( $offset, $value )
offsetUnset ( $offset )
read ( )

Method Details

body() public method

public body ( )

getIterator() public method

IteratorAggregate interface
public getIterator ( )

offsetExists() public method

ArrayAccess interface
public offsetExists ( $offset )

offsetGet() public method

public offsetGet ( $offset )

offsetSet() public method

public offsetSet ( $offset, $value )

offsetUnset() public method

public offsetUnset ( $offset )

read() public method

public read ( )

Property Details

$algorithm public_oe property

public $algorithm

$algorithms static_oe public_oe property

* see http://tools.ietf.org/html/rfc4880#section-9.3
static public $algorithms