java.lang.Object
eu.europa.esig.dss.spi.tsl.OtherTSLPointer
- All Implemented Interfaces:
Serializable
Contains certificates for the url location
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classBuildsOtherTSLPointer -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor to create an empty objectDefault constructor to instantiate object fromOtherTSLPointerBuilder -
Method Summary
Modifier and TypeMethodDescriptionList<eu.europa.esig.dss.model.x509.CertificateToken> Deprecated.since DSS 5.13.Deprecated.since DSS 5.13.Gets 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 rulesList<eu.europa.esig.dss.model.x509.CertificateToken> Gets 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
CertificateTokens
-
getCertificates
Deprecated.since DSS 5.13. Use#getSdiCertificatesmethod insteadGets a list of SDI certificates- Returns:
- a list of
CertificateTokens
-
getTSLLocation
Gets TSL location url- Returns:
String
-
getLocation
Deprecated.since DSS 5.13. Use#getTSLLocationmethod insteadGets 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
-