PHP 클래스 OpenPGP_CompressedDataPacket, horde

또한 보기: http://tools.ietf.org/html/rfc4880#section-5.6
상속: extends OpenPGP_Packet, implements IteratorAggregate, implements ArrayAccess
파일 보기 프로젝트 열기: horde/horde

공개 프로퍼티들

프로퍼티 타입 설명
$algorithm
$algorithms * see http://tools.ietf.org/html/rfc4880#section-9.3

공개 메소드들

메소드 설명
body ( )
getIterator ( ) IteratorAggregate interface
offsetExists ( $offset ) ArrayAccess interface
offsetGet ( $offset )
offsetSet ( $offset, $value )
offsetUnset ( $offset )
read ( )

메소드 상세

body() 공개 메소드

public body ( )

getIterator() 공개 메소드

IteratorAggregate interface
public getIterator ( )

offsetExists() 공개 메소드

ArrayAccess interface
public offsetExists ( $offset )

offsetGet() 공개 메소드

public offsetGet ( $offset )

offsetSet() 공개 메소드

public offsetSet ( $offset, $value )

offsetUnset() 공개 메소드

public offsetUnset ( $offset )

read() 공개 메소드

public read ( )

프로퍼티 상세

$algorithm 공개적으로 프로퍼티

public $algorithm

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

* see http://tools.ietf.org/html/rfc4880#section-9.3
static public $algorithms