vc-k
Toggle table of contents
5.12.0
common
Target filter
common
Switch theme
Search in API
Skip to content
vc-k
openid-data-classes
/
at.asitplus.wallet.lib.data
/
VerifiableCredential
/
VerifiableCredential
Verifiable
Credential
constructor
(
id
:
String
,
type
:
Collection
<
String
>
,
issuer
:
String
,
issuanceDate
:
Instant
,
expirationDate
:
Instant
?
,
credentialStatus
:
RevocationListInfo
?
=
null
,
credentialSubject
:
JsonElement
)
(
source
)
constructor
(
id
:
String
,
issuer
:
String
,
lifetime
:
Duration
,
credentialStatus
:
RevocationListInfo
,
credentialSubject
:
JsonElement
,
credentialType
:
String
,
issuanceDate
:
Instant
=
Clock.System.now().truncateToSeconds()
,
expirationDate
:
Instant
?
=
issuanceDate + lifetime
)
(
source
)
constructor
(
id
:
String
,
issuer
:
String
,
issuanceDate
:
Instant
,
expirationDate
:
Instant
?
,
credentialStatus
:
RevocationListInfo
,
credentialSubject
:
JsonElement
,
credentialType
:
String
)
(
source
)