def _is_signed(self):
        """Check if signatures exists"""
        return "signatures" in self and bool(self["signatures"])