프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$data | |||
$size | |||
$tag | |||
$tags |
메소드 | 설명 | |
---|---|---|
__construct ( $data = NULL ) | ||
body ( ) | ||
class_for ( $tag ) | ||
header_and_body ( ) | ||
parse ( &$input ) | Parses an OpenPGP packet. | |
parse_new_format ( $input, $header_start ) | Parses a new-format (RFC 4880) OpenPGP packet. | |
parse_old_format ( $input ) | Parses an old-format (PGP 2.6.x) OpenPGP packet. | |
read ( ) | ||
read_byte ( ) | ||
read_bytes ( $count = 1 ) | ||
read_mpi ( ) | ||
read_timestamp ( ) | ||
read_unpacked ( $count, $format ) | ||
to_bytes ( ) |
static public parse ( &$input ) |
static public parse_new_format ( $input, $header_start ) |
static public parse_old_format ( $input ) |