<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.rnp.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'en',
  ),
  'this' => 
  array (
    0 => 'ref.rnp.php',
    1 => 'Rnp Functions',
    2 => 'Rnp Functions',
  ),
  'up' => 
  array (
    0 => 'book.rnp.php',
    1 => 'Rnp',
  ),
  'prev' => 
  array (
    0 => 'rnp.examples-clearsign.php',
    1 => 'Clearsign text',
  ),
  'next' => 
  array (
    0 => 'function.rnp-backend-string.php',
    1 => 'rnp_backend_string',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/rnp/reference.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/ref.rnp.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ref.rnp" class="reference">
 <h1 class="title">Rnp Functions</h1>

 
































































































































<h2>Table of Contents</h2><ul class="chunklist chunklist_reference"><li><a href="function.rnp-backend-string.php">rnp_backend_string</a> — Return cryptographic backend library name</li><li><a href="function.rnp-backend-version.php">rnp_backend_version</a> — Return cryptographic backend library version</li><li><a href="function.rnp-decrypt.php">rnp_decrypt</a> — Decrypt PGP message</li><li><a href="function.rnp-dump-packets.php">rnp_dump_packets</a> — Dump OpenPGP packets stream information in humand-readable format</li><li><a href="function.rnp-dump-packets-to-json.php">rnp_dump_packets_to_json</a> — Dump OpenPGP packets stream information to the JSON string</li><li><a href="function.rnp-ffi-create.php">rnp_ffi_create</a> — Create the top-level object used for interacting with the library</li><li><a href="function.rnp-ffi-destroy.php">rnp_ffi_destroy</a> — Destroy the top-level object used for interacting with the library</li><li><a href="function.rnp-ffi-set-pass-provider.php">rnp_ffi_set_pass_provider</a> — Set password provider callback function</li><li><a href="function.rnp-import-keys.php">rnp_import_keys</a> — Import keys from PHP string to the keyring and receive JSON describing new/updated keys</li><li><a href="function.rnp-import-signatures.php">rnp_import_signatures</a> — Import standalone signatures to the keyring and receive JSON describing updated keys</li><li><a href="function.rnp-key-export.php">rnp_key_export</a> — Export a key</li><li><a href="function.rnp-key-export-autocrypt.php">rnp_key_export_autocrypt</a> — Export minimal key for autocrypt feature (just 5 packets: key, uid, signature,
   encryption subkey, signature)</li><li><a href="function.rnp-key-export-revocation.php">rnp_key_export_revocation</a> — Generate and export primary key revocation signature</li><li><a href="function.rnp-key-get-info.php">rnp_key_get_info</a> — Get information about the key</li><li><a href="function.rnp-key-remove.php">rnp_key_remove</a> — Remove a key from keyring(s)</li><li><a href="function.rnp-key-revoke.php">rnp_key_revoke</a> — Revoke a key or subkey by generating and adding revocation signature</li><li><a href="function.rnp-list-keys.php">rnp_list_keys</a> — Enumerate all keys present in a keyring by specified identifer type</li><li><a href="function.rnp-load-keys.php">rnp_load_keys</a> — Load keys from PHP string</li><li><a href="function.rnp-load-keys-from-path.php">rnp_load_keys_from_path</a> — Load keys from specified path</li><li><a href="function.rnp-locate-key.php">rnp_locate_key</a> — Search for the key</li><li><a href="function.rnp-op-encrypt.php">rnp_op_encrypt</a> — Encrypt message</li><li><a href="function.rnp-op-generate-key.php">rnp_op_generate_key</a> — Generate key</li><li><a href="function.rnp-op-sign.php">rnp_op_sign</a> — Perform signing operation on a binary data, return embedded signature(s)</li><li><a href="function.rnp-op-sign-cleartext.php">rnp_op_sign_cleartext</a> — Perform signing operation on a textual data, return cleartext signed message</li><li><a href="function.rnp-op-sign-detached.php">rnp_op_sign_detached</a> — Perform signing operation, return detached signature(s)</li><li><a href="function.rnp-op-verify.php">rnp_op_verify</a> — Verify embedded or cleartext signatures</li><li><a href="function.rnp-op-verify-detached.php">rnp_op_verify_detached</a> — Verify detached signatures</li><li><a href="function.rnp-save-keys.php">rnp_save_keys</a> — Save keys to PHP string</li><li><a href="function.rnp-save-keys-to-path.php">rnp_save_keys_to_path</a> — Save keys to specified path</li><li><a href="function.rnp-supported-features.php">rnp_supported_features</a> — Get supported features in JSON format</li><li><a href="function.rnp-version-string.php">rnp_version_string</a> — RNP library version</li><li><a href="function.rnp-version-string-full.php">rnp_version_string_full</a> — Full version string of RNP library</li></ul>
</div>
<?php manual_footer($setup); ?>