AttestationStatement
Represents an attestation statement.
The decoded
parameter is a CBOR-decoded object where:
- COSE integers are
Number
- COSE bit strings are
Uint8Array
- COSE arrays are JS arrays
- COSE maps are JS objects with stringified keys
Constructor
function constructor(format: AttestationStatementFormat, decoded: object): this;
Parameters
format
decoded
Methods
AttestationStatement.androidKey()
AttestationStatement.androidSafetyNet()
AttestationStatement.appleAnonymous()
AttestationStatement.fidoU2F()
AttestationStatement.packed()
AttestationStatement.tpm()
Properties
interface Properties {
format: AttestationStatementFormat;
decoded: object;
}
format
decoded