Package de.mtg.jzlint.utils
Class GTLDUtils
java.lang.Object
de.mtg.jzlint.utils.GTLDUtils
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetGTLDs()static booleangtldDidnotExist(String domain, ZonedDateTime certificateNotBefore) static booleangtldExisted(String domain, ZonedDateTime certificateNotBefore) static booleangtldExists(String domain)
-
Field Details
-
DELEGATION_DATE
- See Also:
-
G_TLD
- See Also:
-
REMOVAL_DATE
- See Also:
-
-
Method Details
-
getGTLDs
-
gtldExists
-
gtldDidnotExist
public static boolean gtldDidnotExist(String domain, ZonedDateTime certificateNotBefore) throws ParseException - Throws:
ParseException
-
gtldExisted
public static boolean gtldExisted(String domain, ZonedDateTime certificateNotBefore) throws ParseException - Throws:
ParseException
-