Definition at line 7 of file PrivateSshKey.php.
Public Member Functions | |
| extractPublicKey ($tmpDir) | |
| from http://stackoverflow.com/questions/5524121/converting-an-openssl-generated-rsa-public-key-to-openssh-format-php | |
| Public Member Functions inherited from PublicSshKey | |
| __construct ($data, $tmpDir=false) | |
| __destruct () | |
| __toString () | |
| clean () | |
| file_put_contents ($filename, $data, $flags=0, $context=null) | |
| Hook, allows overriding of file_put_contents function. | |
Protected Member Functions | |
| parse ($keyString) | |
| sshEncodeBuffer ($buffer) | |
| from http://stackoverflow.com/questions/5524121/converting-an-openssl-generated-rsa-public-key-to-openssh-format-php | |
| openssl_pkey_get_private ($key, $passphrase='') | |
| hook, allows overriding openssl_pkey_get_private | |
| Protected Member Functions inherited from PublicSshKey | |
| createTmpFile ($tmpDir, $data) | |
Additional Inherited Members | |
| Protected Attributes inherited from PublicSshKey | |
| $key = null | |
| $path = null | |
| $temporary = false | |
| extractPublicKey | ( | $tmpDir | ) |
Definition at line 22 of file PrivateSshKey.php.
|
protected |
Definition at line 54 of file PrivateSshKey.php.
|
protected |
Reimplemented from PublicSshKey.
Definition at line 9 of file PrivateSshKey.php.
|
protected |
Definition at line 40 of file PrivateSshKey.php.