PHP 8.4.2 Released!

Schlüsseltypen

OPENSSL_KEYTYPE_RSA (int)
Schlüsseltyp RSA.
OPENSSL_KEYTYPE_DSA (int)
Schlüsseltyp DSA.
OPENSSL_KEYTYPE_DH (int)
Schlüsseltyp DH (Diffie-Hellman).
OPENSSL_KEYTYPE_EC (int)
Schlüsseltyp elliptische Kurve.
OPENSSL_KEYTYPE_X25519 (int)
Schlüsseltyp X25519-Kurve. Diese Konstante ist nur verfügbar, wenn PHP mit OpenSSL 3.0+ kompiliert wurde.
OPENSSL_KEYTYPE_ED25519 (int)
Schlüsseltyp Ed25519-Kurve. Diese Konstante ist nur verfügbar, wenn PHP mit OpenSSL 3.0+ kompiliert wurde.
OPENSSL_KEYTYPE_X448 (int)
Schlüsseltyp X448-Kurve. Diese Konstante ist nur verfügbar, wenn PHP mit OpenSSL 3.0+ kompiliert wurde.
OPENSSL_KEYTYPE_ED448 (int)
Schlüsseltyp Ed448-Kurve. Diese Konstante ist nur verfügbar, wenn PHP mit OpenSSL 3.0+ kompiliert wurde.
add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top