Warden-Supreme
Toggle table of contents
1.0.0-RC2
common
Target filter
common
Switch theme
Search in API
Skip to content
Warden-Supreme
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
>