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

__construct() public method

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