PHP 클래스 OpenPGP_Packet, horde

또한 보기: http://tools.ietf.org/html/rfc4880#section-4.1
또한 보기: http://tools.ietf.org/html/rfc4880#section-4.3
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$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 ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $data = NULL )

body() 공개 메소드

public body ( )

class_for() 정적인 공개 메소드

static public class_for ( $tag )

header_and_body() 공개 메소드

public header_and_body ( )

parse() 정적인 공개 메소드

Partial body lengths based on https://github.com/toofishes/python-pgpdump/blob/master/pgpdump/packet.py
또한 보기: http://tools.ietf.org/html/rfc4880#section-4.2
static public parse ( &$input )

parse_new_format() 정적인 공개 메소드

Parses a new-format (RFC 4880) OpenPGP packet.
또한 보기: http://tools.ietf.org/html/rfc4880#section-4.2.2
static public parse_new_format ( $input, $header_start )

parse_old_format() 정적인 공개 메소드

Parses an old-format (PGP 2.6.x) OpenPGP packet.
또한 보기: http://tools.ietf.org/html/rfc4880#section-4.2.1
static public parse_old_format ( $input )

read() 공개 메소드

public read ( )

read_byte() 공개 메소드

public read_byte ( )

read_bytes() 공개 메소드

public read_bytes ( $count = 1 )

read_mpi() 공개 메소드

또한 보기: http://tools.ietf.org/html/rfc4880#section-3.2
public read_mpi ( )

read_timestamp() 공개 메소드

또한 보기: http://tools.ietf.org/html/rfc4880#section-3.5
public read_timestamp ( )

read_unpacked() 공개 메소드

또한 보기: http://php.net/manual/en/function.unpack.php
public read_unpacked ( $count, $format )

to_bytes() 공개 메소드

public to_bytes ( )

프로퍼티 상세

$data 공개적으로 프로퍼티

public $data

$size 공개적으로 프로퍼티

public $size

$tag 공개적으로 프로퍼티

public $tag

$tags 정적으로 공개적으로 프로퍼티

static public $tags