mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-14 01:14:08 +00:00
Merge branch '1.0' into 2.0
This commit is contained in:
commit
a3d3dbd957
@ -1767,7 +1767,7 @@ class RSA
|
|||||||
* for invalid values.
|
* for invalid values.
|
||||||
* @return mixed
|
* @return mixed
|
||||||
*/
|
*/
|
||||||
public function getPublicKeyFingerprint($algorithm = 'md5')
|
function getPublicKeyFingerprint($algorithm = 'md5')
|
||||||
{
|
{
|
||||||
if (empty($this->modulus) || empty($this->publicExponent)) {
|
if (empty($this->modulus) || empty($this->publicExponent)) {
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user