<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.openssl.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ja',
  ),
  'this' => 
  array (
    0 => 'openssl.constants.php',
    1 => '定義済み定数',
    2 => '定義済み定数',
  ),
  'up' => 
  array (
    0 => 'book.openssl.php',
    1 => 'OpenSSL',
  ),
  'prev' => 
  array (
    0 => 'openssl.resources.php',
    1 => 'リソース型',
  ),
  'next' => 
  array (
    0 => 'openssl.purpose-check.php',
    1 => '目的を調べるフラグ',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ja',
    'path' => 'reference/openssl/constants.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/openssl.constants.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="openssl.constants" class="appendix">
 <h1 class="title">定義済み定数</h1>
<h2>目次</h2><ul class="chunklist chunklist_appendix"><li><a href="openssl.purpose-check.php">目的を調べるフラグ</a></li><li><a href="openssl.padding.php">非対称暗号化のパディングフラグ</a></li><li><a href="openssl.key-types.php">キーの種類</a></li><li><a href="openssl.pkcs7.flags.php">PKCS7 フラグ/定数</a></li><li><a href="openssl.cms.flags.php">CMS (暗号メッセージシンタックス) 関連のフラグ/定数</a></li><li><a href="openssl.signature-algos.php">署名アルゴリズム</a></li><li><a href="openssl.ciphers.php">暗号化方式</a></li><li><a href="openssl.constversion.php">バージョン定数</a></li><li><a href="openssl.constsni.php">Server Name Indication 定数</a></li><li><a href="openssl.constants.other.php">その他の定数</a></li></ul>

 <p class="simpara">
以下の定数が定義されています。
この関数の拡張モジュールが PHP 組み込みでコンパイルされているか、
実行時に動的にロードされている場合のみ使用可能です。
</p>
  

  

  

  

  

  

   

 

 

 
</div>
<?php manual_footer($setup); ?>