| 
 | openssl_spki_export_challengeExports the challenge assoicated with a signed public key and challenge Description
   string openssl_spki_export_challenge
    ( string  &$spkac)Exports challenge from encoded signed public key and challenge Parameters
 Return ValuesReturns the associated challenge string or NULL on failure. Errors/Exceptions
   Emits an  ExamplesExample #1 openssl_spki_export_challenge example Extracts the associated challenge string or NULL on failure. 
<?phpExample #2 openssl_spki_export_challenge example from <keygen> Extracts the associated challenge string issued from the <keygen> element 
<?phpSee Also
 
 |