Property | Type | Description | |
---|---|---|---|
$algorithm | |||
$algorithms | |||
$fingerprint | |||
$key | |||
$key_fields | |||
$key_id | |||
$timestamp | |||
$v3_days_of_validity | |||
$version |
Method | Description | |
---|---|---|
__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 |
public __construct ( $key = [], $algorithm = 'RSA', $timestamp = NULL, $version = 4 ) |
public expires ( $message ) |
public self_signatures ( $message ) |