|
openssl_spki_export_challengeExports the challenge assoicated with a signed public key and challenge Beschreibung
string openssl_spki_export_challenge
( string
&$spkac
)Exports challenge from encoded signed public key and challenge Parameter-Liste
RückgabewerteReturns the associated challenge string or NULL on failure. Fehler/Exceptions
Emits an BeispieleBeispiel #1 openssl_spki_export_challenge example Extracts the associated challenge string or NULL on failure.
<?phpBeispiel #2 openssl_spki_export_challenge example from <keygen> Extracts the associated challenge string issued from the <keygen> element
<?phpSiehe auch
|