mDocs Holder SDK
Toggle table of contents
7.0.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
mDocs Holder SDK
mDocs Holder SDK
/
global.mattr.mobilecredential.holder.deviceretrieval.deviceresponse
/
ValidityInfo
Validity
Info
@
Serializable
data
class
ValidityInfo
(
val
signed
:
Instant
,
val
validFrom
:
Instant
,
val
validUntil
:
Instant
,
val
expectedUpdate
:
Instant
?
=
null
)
:
CborEncodable
The Validity information for the mDoc.
Members
Constructors
Validity
Info
Link copied to clipboard
constructor
(
signed
:
Instant
,
validFrom
:
Instant
,
validUntil
:
Instant
,
expectedUpdate
:
Instant
?
=
null
)
Properties
expected
Update
Link copied to clipboard
val
expectedUpdate
:
Instant
?
signed
Link copied to clipboard
val
signed
:
Instant
valid
From
Link copied to clipboard
val
validFrom
:
Instant
valid
Until
Link copied to clipboard
val
validUntil
:
Instant
Functions
encode
Link copied to clipboard
open
override
fun
encode
(
)
:
CBORObject
encode
To
Bytes
Link copied to clipboard
open
fun
encodeToBytes
(
)
:
ByteArray