toggle menu
Warden Supreme
0.9.1
jvm
switch theme
search in API
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
>