toggle menu
vc-k
5.8.0-SNAPSHOT
common
switch theme
search in API
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
:
Status
?
=
null
,
credentialSubject
:
CredentialSubject
)
(
source
)
constructor
(
id
:
String
,
issuer
:
String
,
lifetime
:
Duration
,
credentialStatus
:
Status
,
credentialSubject
:
CredentialSubject
,
credentialType
:
String
,
issuanceDate
:
Instant
=
Clock.System.now()
,
expirationDate
:
Instant
?
=
Clock.System.now() + lifetime
)
(
source
)
constructor
(
id
:
String
,
issuer
:
String
,
issuanceDate
:
Instant
,
expirationDate
:
Instant
?
,
credentialStatus
:
Status
,
credentialSubject
:
CredentialSubject
,
credentialType
:
String
)
(
source
)