Class TrustServiceProvider

java.lang.Object
eu.europa.esig.dss.spi.tsl.TrustServiceProvider
All Implemented Interfaces:
Serializable

public class TrustServiceProvider extends Object implements Serializable
This class is a DTO representation for a trust service provider
See Also:
  • Constructor Details

  • Method Details

    • getNames

      public Map<String,List<String>> getNames()
      Gets a map of names
      Returns:
      a map of names
    • getTradeNames

      public Map<String,List<String>> getTradeNames()
      Gets a map of trade names
      Returns:
      a map of trade names
    • getRegistrationIdentifiers

      public List<String> getRegistrationIdentifiers()
      Gets a list of registration identifiers
      Returns:
      a list of Strings
    • getPostalAddresses

      public Map<String,String> getPostalAddresses()
      Gets a map of postal addresses
      Returns:
      a map of postal addresses
    • getElectronicAddresses

      public Map<String,List<String>> getElectronicAddresses()
      Gets a map of electronic addresses
      Returns:
      a map of electronic addresses
    • getInformation

      public Map<String,String> getInformation()
      Gets a map of information
      Returns:
      a map of information
    • getServices

      public List<TrustService> getServices()
      Gets a list of trust services
      Returns:
      a list of TrustServices
    • getTerritory

      public String getTerritory()
      Gets territory (country)
      Returns:
      String