OpenId4VpHandover

@Serializable
data class OpenId4VpHandover(val type: String, val hash: ByteArray)(source)

Part of OpenID for Verifiable Presentations 1.0 B.2.6.1

Constructors

Link copied to clipboard
constructor(type: String, hash: ByteArray)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The SHA-256 hash of OpenId4VpHandoverInfo.

Link copied to clipboard

Should be set to OpenID4VPHandover.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int