Warden-Supreme
Toggle table of contents
1.0.0-RC2
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Warden-Supreme
makoto
/
at.asitplus.attestation
/
AttestationObject
/
AttestationStatement
Attestation
Statement
data
class
AttestationStatement
(
val
x5c
:
List
<
ByteArray
>
,
val
receipt
:
ByteArray
)
(
source
)
Members
Constructors
Attestation
Statement
Link copied to clipboard
constructor
(
x5c
:
List
<
ByteArray
>
,
receipt
:
ByteArray
)
Properties
receipt
Link copied to clipboard
val
receipt
:
ByteArray
x5c
Link copied to clipboard
val
x5c
:
List
<
ByteArray
>