mirror of
https://github.com/danog/tgseclib.git
synced 2024-11-27 12:44:38 +01:00
AsymmetricKey: visibility fixes
This commit is contained in:
parent
fc6a97083c
commit
af6048b48e
@ -301,7 +301,7 @@ abstract class AsymmetricKey
|
||||
* @param string $type
|
||||
* @return array|bool
|
||||
*/
|
||||
protected function load($key, $type)
|
||||
public function load($key, $type)
|
||||
{
|
||||
$components = false;
|
||||
if ($type === false) {
|
||||
@ -341,7 +341,7 @@ abstract class AsymmetricKey
|
||||
* @param string $type
|
||||
* @return array|bool
|
||||
*/
|
||||
protected function setPublicKey($key, $type)
|
||||
public function setPublicKey($key, $type)
|
||||
{
|
||||
$components = false;
|
||||
if ($type === false) {
|
||||
|
Loading…
Reference in New Issue
Block a user