OpenPGP PHP
 All Classes Namespaces Functions Variables
Static Public Member Functions | List of all members
OpenPGP Class Reference

Static Public Member Functions

static enarmor ($data, $marker= 'MESSAGE', array $headers=array())
 
static unarmor ($text, $header= 'PGP PUBLIC KEY BLOCK')
 
static header ($marker)
 
static footer ($marker)
 
static crc24 ($data)
 
static bitlength ($data)
 
static decode_s2k_count ($c)
 
static encode_s2k_count ($iterations)
 

Detailed Description

See Also
http://tools.ietf.org/html/rfc4880

Definition at line 20 of file openpgp.php.

Member Function Documentation

static OpenPGP::bitlength (   $data)
static
See Also
http://tools.ietf.org/html/rfc4880#section-12.2

Definition at line 86 of file openpgp.php.

static OpenPGP::crc24 (   $data)
static
static OpenPGP::decode_s2k_count (   $c)
static

Definition at line 90 of file openpgp.php.

static OpenPGP::enarmor (   $data,
  $marker = 'MESSAGE',
array  $headers = array() 
)
static
static OpenPGP::encode_s2k_count (   $iterations)
static

Definition at line 94 of file openpgp.php.

static OpenPGP::footer (   $marker)
static
See Also
http://tools.ietf.org/html/rfc4880#section-6.2

Definition at line 61 of file openpgp.php.

static OpenPGP::header (   $marker)
static
See Also
http://tools.ietf.org/html/rfc4880#section-6.2

Definition at line 54 of file openpgp.php.

static OpenPGP::unarmor (   $text,
  $header = 'PGP PUBLIC KEY BLOCK' 
)
static