(PECL rnp >= 0.1.1)
rnp_decrypt — Decrypt PGP message
Private keys used for decryption should be loaded into the FFI object before calling this function. If password encryption was used, then password provider should be set by calling rnp_ffi_set_pass_provider().
ffi
Das von rnp_ffi_create zurückgegebene FFI-Objekt.
input
Encrypted message.
Decrypted message on successBei einem Fehler wird false
zurückgegeben..