Package com.digicert.validation.psl


package com.digicert.validation.psl
  • Class
    Description
    An immutable well-formed internet domain name, such as com or foo.co.uk.
    This class holds the data structures used for Public Suffix List (PSL) validation.
    Parser for public suffix list data.
    Provides access to Public Suffix List (PSL) data.
    Enum representing the type of public suffix.
    A Trie (prefix tree) implementation for storing and searching strings.
    A node in the Trie.