toggle menu
Warden Supreme
0.9.1
common
switch theme
search in API
supreme-common
/
at.asitplus.attestation.supreme
/
AttestationChallenge
/
AttestationChallenge
Attestation
Challenge
constructor
(
issuedAt
:
Instant
,
validUntil
:
Instant
,
timeZone
:
TimeZone
?
,
nonce
:
ByteArray
,
attestationEndpoint
:
String
,
proofOID
:
ObjectIdentifier
)
(
source
)
Convenience constructor to pass two instants instead of instant and duration
constructor
(
issuedAt
:
Instant
,
validity
:
Duration
?
=
null
,
timeZone
:
TimeZone
?
=
null
,
nonce
:
ByteArray
,
attestationEndpoint
:
String
,
proofOID
:
ObjectIdentifier
)
(
source
)