PHP Class OpenPGP_CompressedDataPacket, horde

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

Méthodes publiques

Свойство Type Description
$algorithm
$algorithms * see http://tools.ietf.org/html/rfc4880#section-9.3

Méthodes publiques

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

Method Details

body() public méthode

public body ( )

getIterator() public méthode

IteratorAggregate interface
public getIterator ( )

offsetExists() public méthode

ArrayAccess interface
public offsetExists ( $offset )

offsetGet() public méthode

public offsetGet ( $offset )

offsetSet() public méthode

public offsetSet ( $offset, $value )

offsetUnset() public méthode

public offsetUnset ( $offset )

read() public méthode

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