class AttestationType (View source)

Constants

NONE

In this case, no attestation information is available.

BASIC

The authenticator’s attestation key pair is specific to an authenticator model.

SELF

The Authenticator does not have any specific attestation key. Instead it uses the credential private key to create the attestation signature. Authenticators without meaningful protection measures for an attestation private key typically use this attestation type.

ATT_CA

The authenticator is based on a Trusted Platform Module (TPM) and holds an authenticator-specific "endorsement key" (EK).

ECDAA

The Authenticator receives direct anonymous attestation (DAA) credentials from a single DAA-Issuer.

Methods

static 
isValidType(string $type)

No description

Details

static isValidType(string $type)

Parameters

string $type