OtherLoTEPointer

@Serializable
data class OtherLoTEPointer(val loteLocation: Rfc3986UniformResourceIdentifier, val serviceDigitalIdentity: List<ServiceDigitalIdentity>, val loteType: Rfc3986UniformResourceIdentifier, val schemeOperatorName: SchemeOperatorName, val schemeTypeCommunityRules: SchemeTypeCommunityRules? = null, val schemeTerritory: EtsiCountryCode? = null, val mimeType: Rfc6838MimeType? = null)(source)

2026-04-23 https://www.etsi.org/deliver/etsi_ts/119600_119699/119602/01.01.01_60/ts_119602v010101p.pdf 6.3.13 Pointers to other LoTEs Description: The PointersToOtherLoTE component references any relevant list of trusted entities or any relevant list of lists of trusted entities. ETSI ETSI TS 119 602 V1.1.1 (2025-11)23 Format: The PointersToOtherLoTE component shall contain a sequence of one or more OtherLoTEPointer elements, each OtherLoTEPointer element giving: a) a LoTELocation element containing the URI of the machine processable format of another LoTE; b) one or more ServiceDigitalIdentity element, all representing the issuer of the LoTE pointed to, formatted as specified in clause 6.6.3; and c) additional information as a set of LoTE Qualifiers: LoTE Type, as defined in clause 6.3.3; Scheme operator name, as defined in clause 6.3.4; optionally the Scheme type/community/rules, as defined in clause 6.3.9; Scheme territory, as defined in clause 6.3.10; and Mime type. Semantics: More than one digital identity may be used to help the management of the pointed-to list signing process (e.g. in case of expiration/substitution of pointed-to list signing keys or more than a single signing key is allowed to sign this list). One of such digital identities shall allow successful authentication of the pointed-to list before its use.

Constructors

Link copied to clipboard
constructor(loteLocation: Rfc3986UniformResourceIdentifier, serviceDigitalIdentity: List<ServiceDigitalIdentity>, loteType: Rfc3986UniformResourceIdentifier, schemeOperatorName: SchemeOperatorName, schemeTypeCommunityRules: SchemeTypeCommunityRules? = null, schemeTerritory: EtsiCountryCode? = null, mimeType: Rfc6838MimeType? = null)

Types

Link copied to clipboard

Properties

Link copied to clipboard
@SerialName(value = "LoTELocation")
val loteLocation: Rfc3986UniformResourceIdentifier
Link copied to clipboard
@SerialName(value = "LoTEType")
val loteType: Rfc3986UniformResourceIdentifier
Link copied to clipboard
@SerialName(value = "MimeType")
val mimeType: Rfc6838MimeType?
Link copied to clipboard
@SerialName(value = "SchemeOperatorName")
val schemeOperatorName: SchemeOperatorName
Link copied to clipboard
@SerialName(value = "SchemeTerritory")
val schemeTerritory: EtsiCountryCode?
Link copied to clipboard
@SerialName(value = "SchemeTypeCommunityRules")
val schemeTypeCommunityRules: SchemeTypeCommunityRules?
Link copied to clipboard
@SerialName(value = "ServiceDigitalIdentity")
val serviceDigitalIdentity: List<ServiceDigitalIdentity>