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
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$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