toggle menu
mDocs Verifier SDK
androidJvm
switch theme
search in API
mDocs Verifier SDK
/
global.mattr.mobilecredential.common.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 mobile credential.
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
?
=
null
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
To
Bytes
Link copied to clipboard
open
fun
encodeToBytes
(
)
:
ByteArray