PHP 클래스 OpenPGP_PublicKeyPacket, horde

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

공개 프로퍼티들

프로퍼티 타입 설명
$algorithm
$algorithms
$fingerprint
$key
$key_fields
$key_id
$timestamp
$v3_days_of_validity
$version

공개 메소드들

메소드 설명
__construct ( $key = [], $algorithm = 'RSA', $timestamp = NULL, $version = 4 )
body ( )
expires ( $message ) Find expiry time of this key based on the self signatures in a message
fingerprint ( )
fingerprint_material ( )
read ( )
read_key_material ( )
self_signatures ( $message ) Find self signatures in a message, these often contain metadata about the key

메소드 상세

__construct() 공개 메소드

public __construct ( $key = [], $algorithm = 'RSA', $timestamp = NULL, $version = 4 )

body() 공개 메소드

public body ( )

expires() 공개 메소드

Find expiry time of this key based on the self signatures in a message
public expires ( $message )

fingerprint() 공개 메소드

또한 보기: http://tools.ietf.org/html/rfc4880#section-12.2
또한 보기: http://tools.ietf.org/html/rfc4880#section-3.3
public fingerprint ( )

fingerprint_material() 공개 메소드

read() 공개 메소드

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

read_key_material() 공개 메소드

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

self_signatures() 공개 메소드

Find self signatures in a message, these often contain metadata about the key
public self_signatures ( $message )

프로퍼티 상세

$algorithm 공개적으로 프로퍼티

public $algorithm

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

static public $algorithms

$fingerprint 공개적으로 프로퍼티

public $fingerprint

$key 공개적으로 프로퍼티

public $key

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

static public $key_fields

$key_id 공개적으로 프로퍼티

public $key_id

$timestamp 공개적으로 프로퍼티

public $timestamp

$v3_days_of_validity 공개적으로 프로퍼티

public $v3_days_of_validity

$version 공개적으로 프로퍼티

public $version