Constructors

Link copied to clipboard
constructor(delegate: Map<SdJwtVcType, SdJwtTypeMetadataDocument>)
constructor(vararg elements: Pair<SdJwtVcType, SdJwtTypeMetadataDocument>)

Properties

Link copied to clipboard
Link copied to clipboard
open override val keys: Set<SdJwtVcType>
Link copied to clipboard
open override val size: Int
Link copied to clipboard

Functions

Link copied to clipboard
open override fun containsKey(key: SdJwtVcType): Boolean
Link copied to clipboard
Link copied to clipboard
open operator override fun get(key: SdJwtVcType): SdJwtTypeMetadataDocument?
Link copied to clipboard
open override fun isEmpty(): Boolean
Link copied to clipboard
open suspend override fun retrieve(sdJwtVcType: SdJwtVcType, integrityMetadata: W3cSubresourceIntegrityMetadata?): SdJwtTypeMetadataDocument?