PHP Class OpenPGP_AsymmetricSessionKeyPacket, horde

See also: http://tools.ietf.org/html/rfc4880#section-5.1
Inheritance: extends OpenPGP_Packet
Afficher le fichier Open project: horde/horde

Méthodes publiques

Свойство Type Description
$encrypted_data
$key_algorithm
$keyid
$version

Méthodes publiques

Méthode Description
__construct ( $key_algorithm = '', $keyid = '', $encrypted_data = '', $version = 3 )
body ( )
read ( )

Method Details

__construct() public méthode

public __construct ( $key_algorithm = '', $keyid = '', $encrypted_data = '', $version = 3 )

body() public méthode

public body ( )

read() public méthode

public read ( )

Property Details

$encrypted_data public_oe property

public $encrypted_data

$key_algorithm public_oe property

public $key_algorithm

$keyid public_oe property

public $keyid

$version public_oe property

public $version