suche nach in der

openssl_pkcs7_decrypt> <openssl_pkcs12_export
Last updated: Sat, 07 Jan 2012

view this page in

openssl_pkcs12_read

(PHP 5 >= 5.2.2)

openssl_pkcs12_readSpeichert ein PKCS#12 Zertifikat in einem Array

Beschreibung

bool openssl_pkcs12_read ( mixed $PKCS12 , array &$certs , string $pass )

openssl_pkcs12_read() speichert das im Parameter PKCS12 übergebene PKCS#12 Zertifikat als Array im Parameter certs.

Parameter-Liste

PKCS12

certs

Enthält im Erfolgsfall die Zertifikatsdaten als Array.

pass

Passwort zum Entschlüsseln der PKCS#12-Datei.

Rückgabewerte

Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.



add a note add a note User Contributed Notes
openssl_pkcs12_read
There are no user contributed notes for this page.

openssl_pkcs7_decrypt> <openssl_pkcs12_export
Last updated: Sat, 07 Jan 2012