PHP Class OpenPGP_SecretKeyPacket, horde

See also: http://tools.ietf.org/html/rfc4880#section-5.5.1.3
See also: http://tools.ietf.org/html/rfc4880#section-5.5.3
See also: http://tools.ietf.org/html/rfc4880#section-11.2
See also: http://tools.ietf.org/html/rfc4880#section-12
Inheritance: extends OpenPGP_PublicKeyPacket
Mostrar archivo Open project: horde/horde

Public Properties

Property Type Description
$encrypted_data
$private_hash
$s2k
$s2k_useage
$secret_key_fields
$symmetric_algorithm

Public Methods

Method Description
body ( )
key_from_input ( )
read ( )

Method Details

body() public method

public body ( )

key_from_input() public method

public key_from_input ( )

read() public method

public read ( )

Property Details

$encrypted_data public_oe property

public $encrypted_data

$private_hash public_oe property

public $private_hash

$s2k public_oe property

public $s2k

$s2k_useage public_oe property

public $s2k_useage

$secret_key_fields static_oe public_oe property

static public $secret_key_fields

$symmetric_algorithm public_oe property

public $symmetric_algorithm