toggle menu
Warden Supreme
0.9.1
common
switch theme
search in API
supreme-common
/
at.asitplus.attestation.supreme
/
AttestationResponse
/
Success
Success
@
SerialName
(
value
=
"Success"
)
@
Serializable
class
Success
(
val
certificateChain
:
List
<
@
Serializable
(
with
=
X509CertificateBase64UrlSerializer::class
)
X509Certificate
>
)
:
AttestationResponse
(
source
)
Members
Constructors
Success
Link copied to clipboard
constructor
(
certificateChain
:
List
<
@
Serializable
(
with
=
X509CertificateBase64UrlSerializer::class
)
X509Certificate
>
)
Properties
certificate
Chain
Link copied to clipboard
val
certificateChain
:
List
<
@
Serializable
(
with
=
X509CertificateBase64UrlSerializer::class
)
X509Certificate
>