Class CountrySpecificLotl

java.lang.Object
com.itextpdf.signatures.validation.lotl.CountrySpecificLotl

public final class CountrySpecificLotl extends Object
This class represents a country-specific TSL (Trusted List) location. It contains the scheme territory and the TSL location URL.
  • Method Details

    • getSchemeTerritory

      public String getSchemeTerritory()
      Returns the scheme territory of this country-specific TSL.
      Returns:
      The scheme territory
    • getTslLocation

      public String getTslLocation()
      Returns the TSL location URL of this country-specific TSL.
      Returns:
      The TSL location URL
    • getMimeType

      public String getMimeType()
      Returns the MIME type of the TSL location.
      Returns:
      The MIME type of the TSL location
    • toString

      public String toString()
      Overrides:
      toString in class Object