|
openssl_spki_verifyVerifies a signed public key and challenge Beschreibung
string openssl_spki_verify
( string
&$spkac
)Validates the supplied signed public key and challenge Parameter-Liste
RückgabewerteReturns a boolean on success or failure. Fehler/Exceptions
Emits an BeispieleBeispiel #1 openssl_spki_verify example Validates an existing signed public key and challenge
<?phpBeispiel #2 openssl_spki_verify example from <keygen> Validates an existing signed public key and challenge issued from the <keygen> element
<?phpSiehe auch
|