PHP » GoLang |
login |
register |
about
|
GoLang openssl_spki_export_challenge
request it (348)
GoLang replacement for PHP's openssl_spki_export_challenge
[edit | history]
PHP openssl_spki_export_challengePHP original manual for openssl_spki_export_challenge [ show | php.net ]openssl_spki_export_challenge(PHP 5 >= 5.6.0, PHP 7) openssl_spki_export_challenge — Exports 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.
<?php Example #2 openssl_spki_export_challenge() example from <keygen> Extracts the associated challenge string issued from the <keygen> element
<?php See Also
|
more
Recently updated
more
Most requested
more
Last requests
|