Emarref\Jwt\Encryption\Asymmetric::__construct PHP Method

__construct() public method

public __construct ( Emarref\Jwt\Algorithm\AsymmetricInterface $algorithm )
$algorithm Emarref\Jwt\Algorithm\AsymmetricInterface
    public function __construct(Algorithm\AsymmetricInterface $algorithm)
    {
        parent::__construct($algorithm);
    }