toggle menu
vc-k
5.8.0-SNAPSHOT
common
switch theme
search in API
openid-data-classes
/
at.asitplus.dcapi
/
DCAPIHandover
DCAPIHandover
@
Serializable
data
class
DCAPIHandover
(
val
type
:
String
,
val
hash
:
ByteArray
)
(
source
)
Part of ISO 18013-7 Annex C
Members
Constructors
DCAPIHandover
Link copied to clipboard
constructor
(
type
:
String
,
hash
:
ByteArray
)
Properties
hash
Link copied to clipboard
val
hash
:
ByteArray
The SHA-256 hash of
OpenID4VPDCAPIHandoverInfo
or
DCAPIInfo
type
Link copied to clipboard
val
type
:
String
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int