Class OtherTSLPointer

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

public class OtherTSLPointer extends Object implements Serializable
Contains certificates for the url location
See Also:
  • Constructor Details

  • Method Details

    • getSdiCertificates

      public List<CertificateToken> getSdiCertificates()
      Gets a list of ServiceDigitalIdentity X509 certificates
      Returns:
      a list of CertificateTokens
    • getCertificates

      @Deprecated public List<CertificateToken> getCertificates()
      Deprecated.
      since DSS 5.13. Use #getSdiCertificates method instead
      Gets a list of SDI certificates
      Returns:
      a list of CertificateTokens
    • getTSLLocation

      public String getTSLLocation()
      Gets TSL location url
      Returns:
      String
    • getLocation

      @Deprecated public String getLocation()
      Deprecated.
      since DSS 5.13. Use #getTSLLocation method instead
      Gets TSL location url
      Returns:
      String
    • getSchemeTerritory

      public String getSchemeTerritory()
      Gets the scheme territory ISO country code
      Returns:
      String
    • getTslType

      public String getTslType()
      Gets the TSL Type
      Returns:
      String
    • getMimeType

      public String getMimeType()
      Gets the MimeType of the referenced document
      Returns:
      String
    • getSchemeOperatorNames

      public Map<String,List<String>> getSchemeOperatorNames()
      Gets a map of scheme operator names
      Returns:
      a map of String language code and a list of corresponding String names
    • getSchemeTypeCommunityRules

      public Map<String,List<String>> getSchemeTypeCommunityRules()
      Gets a map of scheme type community rules
      Returns:
      a map of String language code and a list of corresponding String names
    • getMra

      public MRA getMra()
      Gets a Mutual Recognition Agreement block
      Returns:
      MRA