SchemeOperatorName

2026-04-23 https://www.etsi.org/deliver/etsi_ts/119600_119699/119602/01.01.01_60/ts_119602v010101p.pdf 6.3.4 Scheme operator name Description: The SchemeOperatorName component specifies the name of the entity in charge of establishing, publishing, signing and maintaining the list of trusted entities. Format: The SchemeOperatorName component shall contain a sequence of multilingual character strings (see clause 6.1.4). Semantics: The name of the scheme operator shall be the formal name under which the associated legal entity or mandated entity (e.g. for governmental administrative agencies) associated with the legal entity in charge of establishing, publishing and maintaining the list of trusted entities operates. It shall be the name used in formal legal registration or authorization and to which any formal communication should be addressed.

Constructors

Link copied to clipboard
constructor(list: List<MultilingualCharacterString>)
constructor(vararg elements: MultilingualCharacterString)

Properties

Link copied to clipboard
open override val size: Int

Functions

Link copied to clipboard
open operator override fun contains(element: MultilingualCharacterString): Boolean
Link copied to clipboard
Link copied to clipboard
open operator override fun get(index: Int): MultilingualCharacterString
Link copied to clipboard
open override fun indexOf(element: MultilingualCharacterString): Int
Link copied to clipboard
open override fun isEmpty(): Boolean
Link copied to clipboard
open operator override fun iterator(): Iterator<MultilingualCharacterString>
Link copied to clipboard
open override fun lastIndexOf(element: MultilingualCharacterString): Int
Link copied to clipboard
Link copied to clipboard
open override fun subList(fromIndex: Int, toIndex: Int): List<MultilingualCharacterString>