Package eu.europa.esig.dss.spi.tsl
Class TrustServiceProvider
java.lang.Object
eu.europa.esig.dss.spi.tsl.TrustServiceProvider
- All Implemented Interfaces:
Serializable
This class is a DTO representation for a trust service provider
- See Also:
-
Constructor Summary
ConstructorDescriptionEmpty constructorDefault constructor -
Method Summary
Modifier and TypeMethodDescriptionGets a map of electronic addressesGets a map of informationgetNames()
Gets a map of namesGets a map of postal addressesGets a list of registration identifiersGets a list of trust servicesGets territory (country)Gets a map of trade names
-
Constructor Details
-
TrustServiceProvider
public TrustServiceProvider()Empty constructor -
TrustServiceProvider
Default constructor- Parameters:
builder
-TrustServiceProviderBuilder
-
-
Method Details
-
getNames
Gets a map of names- Returns:
- a map of names
-
getTradeNames
Gets a map of trade names- Returns:
- a map of trade names
-
getRegistrationIdentifiers
Gets a list of registration identifiers- Returns:
- a list of
String
s
-
getPostalAddresses
Gets a map of postal addresses- Returns:
- a map of postal addresses
-
getElectronicAddresses
Gets a map of electronic addresses- Returns:
- a map of electronic addresses
-
getInformation
Gets a map of information- Returns:
- a map of information
-
getServices
Gets a list of trust services- Returns:
- a list of
TrustService
s
-
getTerritory
Gets territory (country)- Returns:
String
-