MdocInlineIssuanceEntry.SupportedMdoc


public final class MdocInlineIssuanceEntry.SupportedMdoc


Configuration determining whether the MdocInlineIssuanceEntry should be offered for a presentation request

Throws
kotlin.IllegalArgumentException

if docType is empty

Summary

Public constructors

Public methods

boolean
equals(Object other)
final @NonNull String

the supported mdoc document type as defined in the ISO/IEC 18013-5:2021 specification

int

Public constructors

SupportedMdoc

Added in 1.0.0-alpha02
public SupportedMdoc(@NonNull String docType)

Public methods

equals

public boolean equals(Object other)

getDocType

Added in 1.0.0-alpha02
public final @NonNull String getDocType()

the supported mdoc document type as defined in the ISO/IEC 18013-5:2021 specification

hashCode

public int hashCode()