Uses of Class
com.digicert.validation.psl.PslData
Packages that use PslData
-
Uses of PslData in com.digicert.validation.psl
Fields in com.digicert.validation.psl declared as PslDataMethods in com.digicert.validation.psl that return PslDataModifier and TypeMethodDescriptionstatic PslData
PslDataParser.parsePslData
(Reader reader) Parse the given public suffix list data file and return the parsed data.Methods in com.digicert.validation.psl with parameters of type PslDataModifier and TypeMethodDescriptionprivate static boolean
DcvDomainName.isExceptionFound
(PslData pslData, String ancestorName) Test if the ancestor name is an exception in the PSL data.private static boolean
DcvDomainName.isSuffixFound
(PublicSuffixType desiredType, PslData pslData, String ancestorName) Tests if the desired type of suffix is found in the PSL data.private static boolean
DcvDomainName.isWildcardFound
(PublicSuffixType desiredType, PslData pslData, String ancestorName) Test if a wildcard is found in the PSL data.