mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-30 12:50:38 +00:00
Merge branch '3.0'
This commit is contained in:
commit
90dc3cf6cb
@ -125,6 +125,7 @@ abstract class AsymmetricKey
|
|||||||
* Load the key
|
* Load the key
|
||||||
*
|
*
|
||||||
* @param string|array $key
|
* @param string|array $key
|
||||||
|
* @return \phpseclib3\Crypt\Common\PublicKey|\phpseclib3\Crypt\Common\PrivateKey
|
||||||
*/
|
*/
|
||||||
public static function load($key, ?string $password = null): AsymmetricKey
|
public static function load($key, ?string $password = null): AsymmetricKey
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user