Imbo\Auth\AccessControl\Adapter\AdapterInterface::getPrivateKey PHP Метод

getPrivateKey() публичный Метод

Return the private key for a given public key
public getPrivateKey ( string $publicKey ) : string
$publicKey string The public key to fetch matching private key for
Результат string Returns the private key for the public key
    function getPrivateKey($publicKey);