PHP Class OpenPGP_SymmetricSessionKeyPacket, horde

See also: http://tools.ietf.org/html/rfc4880#section-5.3
Inheritance: extends OpenPGP_Packet
Show file Open project: horde/horde

Public Properties

Property Type Description
$encrypted_data
$s2k
$symmetric_algorithm
$version

Public Methods

Method Description
__construct ( $s2k = NULL, $encrypted_data = '', $symmetric_algorithm = 9, $version = 3 )
body ( )
read ( )

Method Details

__construct() public method

public __construct ( $s2k = NULL, $encrypted_data = '', $symmetric_algorithm = 9, $version = 3 )

body() public method

public body ( )

read() public method

public read ( )

Property Details

$encrypted_data public property

public $encrypted_data

$s2k public property

public $s2k

$symmetric_algorithm public property

public $symmetric_algorithm

$version public property

public $version