class FidoU2fAttestationStatement extends AbstractAttestationStatement (View source)

Constants

FORMAT_ID

Methods

__construct(AttestationObject $attestationObject)

No description

string[]
buildPEMCertificateArray(array $x5c)

No description

string
getFormatId()

No description

getSignature()

No description

string[]
getCertificates()

No description

static 
createFormat()

No description

Details

__construct(AttestationObject $attestationObject)

Parameters

AttestationObject $attestationObject

protected string[] buildPEMCertificateArray(array $x5c)

Parameters

array $x5c

Return Value

string[]

Exceptions

ParseException

string getFormatId()

Return Value

string

ByteBuffer getSignature()

Return Value

ByteBuffer

string[] getCertificates()

Return Value

string[]

static createFormat()