Package eu.europa.esig.dss.model.tsl
Class OtherTSLPointer
java.lang.Object
eu.europa.esig.dss.model.tsl.OtherTSLPointer
- All Implemented Interfaces:
Serializable
Contains certificates for the url location
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
BuildsOtherTSLPointer
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor to create an empty objectDefault constructor to instantiate object fromOtherTSLPointerBuilder
-
Method Summary
Modifier and TypeMethodDescriptionGets the MimeType of the referenced documentgetMra()
Gets a Mutual Recognition Agreement blockGets a map of scheme operator namesGets the scheme territory ISO country codeGets a map of scheme type community rulesGets a list of ServiceDigitalIdentity X509 certificatesGets TSL location urlGets the TSL Type
-
Constructor Details
-
OtherTSLPointer
public OtherTSLPointer()Default constructor to create an empty object -
OtherTSLPointer
Default constructor to instantiate object fromOtherTSLPointerBuilder
- Parameters:
builder
-OtherTSLPointer.OtherTSLPointerBuilder
-
-
Method Details
-
getSdiCertificates
Gets a list of ServiceDigitalIdentity X509 certificates- Returns:
- a list of
CertificateToken
s
-
getTSLLocation
Gets TSL location url- Returns:
String
-
getSchemeTerritory
Gets the scheme territory ISO country code- Returns:
String
-
getTslType
Gets the TSL Type- Returns:
String
-
getMimeType
Gets the MimeType of the referenced document- Returns:
String
-
getSchemeOperatorNames
Gets a map of scheme operator names -
getSchemeTypeCommunityRules
Gets a map of scheme type community rules -
getMra
Gets a Mutual Recognition Agreement block- Returns:
MRA
-