rnp_key_export_revocation
(PECL rnp >= 0.1.1)
rnp_key_export_revocation — Generate and export primary key revocation signature
说明
rnp_key_export_revocation(
RnpFFI
string
int
array
): string|false
RnpFFI
$ffi,string
$key_fp,int
$flags,array
$options = ?): string|false
Note: to revoke a key you'll need to import this signature into the keystore or use rnp_key_revoke() function.
参数
ffi-
The FFI object returned by rnp_ffi_create.
key_fp-
Key fingerprint of the primary key to be revoked.
flags-
RNP_KEY_EXPORT_ARMOREDor 0. options-
An associative array with options.
Key Data type 说明 "hash"string Set hash algorithm used during signature calculation. "code"string Code reason for revocation code. Possible values: 'no', 'superseded', 'compromised', 'retired'. If not defined, then value 'no' will be used by default. "reason"string Textual representation of the reason for revocation.
返回值
Exported revocation signature on success 或者在失败时返回 false.
+添加备注
用户贡献的备注
此页面尚无用户贡献的备注。
备份地址:http://www.lvesu.com/blog/php/function.rnp-key-export-revocation.php