if (element.hasAttribute('NotBefore')) {
            const notBefore: string | null = element.getAttribute('NotBefore');

            if (!notBefore) {
                return false;