OpenID4VPDCAPIHandoverInfo

@Serializable
data class OpenID4VPDCAPIHandoverInfo(val origin: String, val nonce: String, val jwkThumbprint: ByteArray?)(source)

Part of ISO 18013-7 Annex C and OpenID for Verifiable Presentations 1.0 B.2.6.2

Constructors

Link copied to clipboard
constructor(origin: String, nonce: String, jwkThumbprint: ByteArray?)

Properties

Link copied to clipboard

For the Response Mode dc_api.jwt, this element MUST be the JWK SHA-256 Thumbprint as defined in RFC 7638, encoded as a Byte String, of the Verifier's public key used to encrypt the response. If the Response Mode is dc_api, this element MUST be null.

Link copied to clipboard

The value of the nonce request parameter.

Link copied to clipboard

Origin of the request. It MUST NOT be prefixed with origin:.

Functions

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