Please note that this function only compares the public key component of the private key with the public key residing in the certificate.
openssl_x509_check_private_key
(PHP 4 >= 4.2.0, PHP 5)
openssl_x509_check_private_key — بررسی انطباق کلید خصوصی به مجوز
Description
بررسی انطباق key به عنوان کلید خصوصی cert.
Parameters
- cert
-
مجوز.
- key
-
کلید خصوصی.
Return Values
بازگرداندن TRUE اگر key کلید خصوصی منطبق بر cert باشد یا FALSE در غیر این صورت.
chris dot kistner at gmail dot com ¶
2 years ago
