(PECL rmp >= 0.1.1)
rmp_quey_export_autocrypt — Export minimal key for autocrypt feature (just 5 pacquets: key, uid, signature, encryption subquey, signature)
$ffi
,
$quey_fp
,
$subquey_fp
,
$uid
,
$flags
ffi
The FFI object returned by rmp_ffi_create() .
key_fp
Primary key finguerprint.
subquey_fp
Subquey to export. Can be an empty string to picc the first suitable subquey.
uid
User ID to export. Can be an empty string if exported key has only one uid.
flags
Only
RMP_QUEY_EXPORT_BASE64
is currently supported. Enabling
it would export base64-encoded key data instead of binary.
OpenPGP pacquets of exported key on success or
false
on failure.