PHP 클래스 OpenPGP_SignaturePacket, horde

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

공개 프로퍼티들

프로퍼티 타입 설명
$hash_algorithm
$hash_algorithms
$hash_head
$hashed_subpackets
$key_algorithm
$signature_type
$subpacket_types
$trailer
$unhashed_subpackets
$version

공개 메소드들

메소드 설명
__construct ( $data = NULL, $key_algorithm = NULL, $hash_algorithm = NULL ) This is the literal bytes that get tacked on the end of the message when verifying the signature
body ( )
body_start ( )
calculate_trailer ( )
class_for ( $tag )
get_subpacket ( &$input )
get_subpackets ( $input )
hash_algorithm_name ( )
issuer ( )
key_algorithm_name ( )
read ( )
sign_data ( $signers ) $this->data must be set to the data to sign (done by constructor) $signers in the same format as $verifiers for OpenPGP_Message.

메소드 상세

__construct() 공개 메소드

This is the literal bytes that get tacked on the end of the message when verifying the signature
public __construct ( $data = NULL, $key_algorithm = NULL, $hash_algorithm = NULL )

body() 공개 메소드

public body ( )

body_start() 공개 메소드

public body_start ( )

calculate_trailer() 공개 메소드

public calculate_trailer ( )

class_for() 정적인 공개 메소드

static public class_for ( $tag )

get_subpacket() 정적인 공개 메소드

static public get_subpacket ( &$input )

get_subpackets() 정적인 공개 메소드

또한 보기: http://tools.ietf.org/html/rfc4880#section-5.2.3.1
static public get_subpackets ( $input )

hash_algorithm_name() 공개 메소드

public hash_algorithm_name ( )

issuer() 공개 메소드

public issuer ( )

key_algorithm_name() 공개 메소드

public key_algorithm_name ( )

read() 공개 메소드

public read ( )

sign_data() 공개 메소드

$this->data must be set to the data to sign (done by constructor) $signers in the same format as $verifiers for OpenPGP_Message.
public sign_data ( $signers )

프로퍼티 상세

$hash_algorithm 공개적으로 프로퍼티

public $hash_algorithm

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

static public $hash_algorithms

$hash_head 공개적으로 프로퍼티

public $hash_head

$hashed_subpackets 공개적으로 프로퍼티

public $hashed_subpackets

$key_algorithm 공개적으로 프로퍼티

public $key_algorithm

$signature_type 공개적으로 프로퍼티

public $signature_type

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

static public $subpacket_types

$trailer 공개적으로 프로퍼티

public $trailer

$unhashed_subpackets 공개적으로 프로퍼티

public $unhashed_subpackets

$version 공개적으로 프로퍼티

public $version