toggle menu
Warden Supreme
0.9.1
jvm
switch theme
search in API
makoto
/
at.asitplus.attestation
/
AttestationObject
Attestation
Object
data
class
AttestationObject
(
val
fmt
:
String
,
val
attStmt
:
AttestationObject.AttestationStatement
,
val
authData
:
ByteArray
)
(
source
)
Members
Constructors
Attestation
Object
Link copied to clipboard
constructor
(
fmt
:
String
,
attStmt
:
AttestationObject.AttestationStatement
,
authData
:
ByteArray
)
Types
Attestation
Statement
Link copied to clipboard
data
class
AttestationStatement
(
val
x5c
:
List
<
ByteArray
>
,
val
receipt
:
ByteArray
)
Properties
att
Stmt
Link copied to clipboard
val
attStmt
:
AttestationObject.AttestationStatement
auth
Data
Link copied to clipboard
val
authData
:
ByteArray
fmt
Link copied to clipboard
val
fmt
:
String