<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/refs.crypto.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ja',
  ),
  'this' => 
  array (
    0 => 'book.rnp.php',
    1 => 'Rnp',
    2 => 'Rnp',
  ),
  'up' => 
  array (
    0 => 'refs.crypto.php',
    1 => '暗号',
  ),
  'prev' => 
  array (
    0 => 'function.password-verify.php',
    1 => 'password_verify',
  ),
  'next' => 
  array (
    0 => 'rnp.setup.php',
    1 => 'インストール/設定',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/rnp/book.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/book.rnp.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="book.rnp" class="book">
 
 <h1 class="title">Rnp</h1>
 

 <div id="intro.rnp" class="preface">
  <h1 class="title">はじめに</h1>
  <div class="warning"><strong class="warning">警告</strong><p class="simpara">この拡張モジュールは、
<em>実験的</em> なものです。この拡張モジュールの動作・
関数名・その他ドキュメントに書かれている事項は、予告なく、将来的な PHP
のリリースにおいて変更される可能性があります。
このモジュールは自己責任で使用してください。</p></div>
  <p class="simpara">
   This module allows you to use <a href="https://www.rnpgp.org/" class="link external">&raquo;&nbsp;RNP</a> library.
   RNP is a high performance C++ OpenPGP
   library used by Mozilla Thunderbird.
  </p>
 </div>

 



 



 




 




 




<ul class="chunklist chunklist_book"><li><a href="rnp.setup.php">インストール/設定</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="rnp.requirements.php">要件</a></li><li><a href="rnp.installation.php">インストール手順</a></li></ul></li><li><a href="rnp.constants.php">定義済み定数</a></li><li><a href="rnp.examples.php">例</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="rnp.examples-clearsign.php">Clearsign text</a></li></ul></li><li><a href="ref.rnp.php">Rnp 関数</a><ul class="chunklist chunklist_book chunklist_children"><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></li><li><a href="class.rnpffi.php">RnpFFI</a> — The RnpFFI class</li></ul></div><?php manual_footer($setup); ?>