Package eu.europa.esig.dss.model.tsl
Class OtherTSLPointer
java.lang.Object
eu.europa.esig.dss.model.tsl.OtherTSLPointer
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
BuildsOtherTSLPointer
-
Constructor Summary
ConstructorDescriptionDefault 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
-
getSchemeTerritory
-
getTslType
-
getMimeType
-
getSchemeOperatorNames
-
getSchemeTypeCommunityRules
-
getMra
-