<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/openssl.constants.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'de',
  ),
  'this' => 
  array (
    0 => 'openssl.key-types.php',
    1 => 'Schl&uuml;sseltypen',
    2 => 'Schl&uuml;sseltypen',
  ),
  'up' => 
  array (
    0 => 'openssl.constants.php',
    1 => 'Vordefinierte Konstanten',
  ),
  'prev' => 
  array (
    0 => 'openssl.padding.php',
    1 => 'Padding-Flags f&uuml;r asymmetrische Verschl&uuml;sselung',
  ),
  'next' => 
  array (
    0 => 'openssl.pkcs7.flags.php',
    1 => 'PKCS7-Flags/Konstanten',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'de',
    'path' => 'reference/openssl/constants.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="openssl.key-types" class="section">
  <h2 class="title">Schlüsseltypen</h2>
  <dl>
   
    <dt id="constant.openssl-keytype-rsa">
     <strong><code><a href="openssl.key-types.php#constant.openssl-keytype-rsa">OPENSSL_KEYTYPE_RSA</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Schlüsseltyp RSA.
     </span>
    </dd>
   
   
    <dt id="constant.openssl-keytype-dsa">
     <strong><code><a href="openssl.key-types.php#constant.openssl-keytype-dsa">OPENSSL_KEYTYPE_DSA</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Schlüsseltyp DSA.
     </span>
    </dd>
   
   
    <dt id="constant.openssl-keytype-dh">
     <strong><code><a href="openssl.key-types.php#constant.openssl-keytype-dh">OPENSSL_KEYTYPE_DH</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Schlüsseltyp DH (Diffie-Hellman).
     </span>
    </dd>
   
   
    <dt id="constant.openssl-keytype-ec">
     <strong><code><a href="openssl.key-types.php#constant.openssl-keytype-ec">OPENSSL_KEYTYPE_EC</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Schlüsseltyp elliptische Kurve.
     </span>
    </dd>
   
   
    <dt id="constant.openssl-keytype-x25519">
     <strong><code><a href="openssl.key-types.php#constant.openssl-keytype-x25519">OPENSSL_KEYTYPE_X25519</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Schlüsseltyp X25519-Kurve.
      Diese Konstante ist nur verfügbar, wenn PHP mit OpenSSL 3.0+ kompiliert
      wurde.
     </span>
    </dd>
   
   
    <dt id="constant.openssl-keytype-ed25519">
     <strong><code><a href="openssl.key-types.php#constant.openssl-keytype-ed25519">OPENSSL_KEYTYPE_ED25519</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Schlüsseltyp Ed25519-Kurve.
      Diese Konstante ist nur verfügbar, wenn PHP mit OpenSSL 3.0+ kompiliert
      wurde.
     </span>
    </dd>
   
   
    <dt id="constant.openssl-keytype-x448">
     <strong><code><a href="openssl.key-types.php#constant.openssl-keytype-x448">OPENSSL_KEYTYPE_X448</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Schlüsseltyp X448-Kurve.
      Diese Konstante ist nur verfügbar, wenn PHP mit OpenSSL 3.0+ kompiliert
      wurde.
     </span>
    </dd>
   
   
    <dt id="constant.openssl-keytype-ed448">
     <strong><code><a href="openssl.key-types.php#constant.openssl-keytype-ed448">OPENSSL_KEYTYPE_ED448</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Schlüsseltyp Ed448-Kurve.
      Diese Konstante ist nur verfügbar, wenn PHP mit OpenSSL 3.0+ kompiliert
      wurde.
     </span>
    </dd>
   
  </dl>
 </div><?php manual_footer($setup); ?>