OpenId4VciClaimsPathPointer

A claims path pointer is a pointer into the Verifiable Credential, identifying one or more claims. A claims path pointer MUST be a non-empty array of strings, nulls and integers. A claims path pointer can be processed, which means it is applied to a credential. The results of processing are the referenced claims.

Constructors

Link copied to clipboard
constructor(startSegment: String, vararg segments: String)
constructor(startSegment: UInt, vararg segments: UInt)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val size: Int

Functions

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